flamelink / flamelink-js-sdk

🦊 Official Flamelink JavaScript SDK for both the Firebase Realtime database and Cloud Firestore
https://flamelink.github.io/flamelink-js-sdk
MIT License
43 stars 5 forks source link

Media Fields Store Data as Document Reference #197

Open athomasoriginal opened 2 years ago

athomasoriginal commented 2 years ago

What's Up?

We have a flamelink project from 2 years ago (Project A). We are now creating a new flamelink project (Project B). The schemas between Project A and Project B were created in the same way through the flamelink UI. The issue is that the Media Field (images) in Project B are stored as a reference in Firestore Database, where as the Media Field (images) in Project B are stored as a string.

Did something change in Firebase or Flamelink that makes this happen? Is there a way to control the value stored in the field?

Thanks!!