About 50 results
Open links in new tab
  1. 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 …

  2. Firebase Realtime Database is not accessible from JIO network

    Jul 31, 2025 · I have an Android app that uses the Firebase Realtime Database. The app works perfectly on mobile data networks (like Vodafone 4G) and most Wi-Fi networks. The Problem: …

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

  4. Firebase Realtime Database connection killed: Different Region

    Aug 16, 2021 · I am trying to build a simple login user authentication Android application that uses Firebases Realtime Database but I am getting the error: [Firebase Database connection was …

  5. 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) …

  6. How to retrieve data from Firebase Database? - Stack Overflow

    Jul 23, 2016 · I'm trying to create a simple program that takes name, mobile number and email address from user and then puts the data on Firebase Realtime Database. There are 3 input …

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

  8. 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.

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

  10. DatabaseReference and FirebaseDatabase - cannot resolve symbol

    Sep 8, 2016 · I know how to do this, as well as how to link Keys and Values of my Firebase Database. I also know how to update the Keys and Values from an Android Device through …