About 7,650,000 results
Open links in new tab
  1. What's the difference between Cloud Firestore and the Firebase …

    Oct 3, 2017 · Google just released Cloud Firestore, their new Document Database for apps. I have been reading the documentation but I don't see a lot of differences between Firestore and Firebase DB. …

  2. Failed to get FirebaseDatabase instance. Specify DatabaseURL within ...

    You can go to the Firebase console: 1-Select your project. 2-From "Realtime Database" tap on the left menu go to the "Data" tab and here you can easily access the database URL needed which you can …

  3. Firebase Database Storage Size Limits - Stack Overflow

    Jan 9, 2022 · Do Firebase Database and Firebase Storage have limits? If yes, what are they?

  4. Firebase : Differences between realtime database and file storage ...

    May 27, 2016 · Firebase now offers these places to store your data: Cloud Firestore Realtime Database Hosting Storage Remote Config The best place to store your data, depends on the type of data you …

  5. How to read, write and query data in Firebase Realtime Database using ...

    May 17, 2021 · How do you perform read and write operations and query data from Firebase Realtime Database, where the traditional syntax in v8 goes like this: const snapshot = await …

  6. Checking if a particular value exists in the Firebase database

    I am making an Android application using Firebase realtime database. When a new user registers on my app, that user's data is saved in the Firebase database. A user has to provide the following d...

  7. How to remove all data from a Firebase database?

    Go to firebase console click on the 3 dots on right, click on import JSON, choose the newly created JSON file and it will delete all data from the firebase database.

  8. javascript - Firebase Permission Denied - Stack Overflow

    May 24, 2016 · By default the database in a project in the Firebase Console is only readable/writeable by administrative users (e.g. in Cloud Functions, or processes that use an Admin SDK). Users of the …

  9. Query based on multiple where clauses in Firebase

    Nov 2, 2014 · Querybase takes in a Firebase Database Reference and an array of fields you wish to index on. When you create new records it will automatically handle the generation of keys that allow …

  10. Firebase DatabaseURL - configuring firebase - Stack Overflow

    Apr 19, 2018 · firebase firebase-realtime-database edited Apr 19, 2018 at 3:57 Frank van Puffelen 603k 85 896 869