Cloud Firestore access

I want to use Cloud Firestore and not Realtime firebase database to access values stored there.
Kindly explain the process. Thank you.

1 Like

Cloud Firestore cannot be manipulated using the App Inventor 2 experimental FirebaseDB. To use the Cloud Firestore, build your app with a professional compiler like Android Studio. MIT App Inventor2 does NOT support Firestore although it provides support for the original Firebase.

MIT’s FirebaseDB control can only be used with Firebase.

Here is a Web discussion link https://medium.com/datadriveninvestor/realtime-database-vs-cloud-firestore-which-database-is-suitable-for-your-mobile-app-87e11b56f50f

Regards,

Steve

2 Likes

Hi Steve,
Thank you for your suggestions.