About 4,160,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 …

  2. Failed to get FirebaseDatabase instance. Specify DatabaseURL …

    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 …

  3. 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 …

  4. How do I export data from Firebase Realtime Database?

    Nov 8, 2017 · Data can be exported from the Firebase Realtime Database as JSON: Login to the Database section of the Firebase Console. Navigate to the node you wish to export by clicking …

  5. javascript - Firebase Permission Denied - Stack Overflow

    May 24, 2016 · Also received 'permission denied' User access errors, but seems because the date on Firebase Database by Unix epoch and on Storage had expired today. But adding the …

  6. Firebase Database Storage Size Limits - Stack Overflow

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

  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. How to read, write and query data in Firebase Realtime Database …

    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 …

  9. 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 …

  10. Firebase DatabaseURL - configuring firebase - Stack Overflow

    Apr 19, 2018 · Tried various things, changed the .env variable name for FIREBASE_DATABASE_URL to something random like XYZ (just to make it work somehow) …