About 3,880,000 results
Open links in new tab
  1. 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 …

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

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

  5. How to delete from firebase realtime database? - Stack Overflow

    May 23, 2016 · 58 I am using Firebase realtime database in Android app, and have data like this: How can i delete the record "Apple" (marked in picture)? According to the docs, to remove an …

  6. c# - Using Firebase in .NET - Stack Overflow

    I want to implement Firebase into my .NET WPF Desktop Application. I can't find anything useful on the internet about this topic, it seems like it's completely unsupported. There is only a …

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

  8. Firebase TIMESTAMP to date and Time - Stack Overflow

    Jan 11, 2016 · While firebase.database.ServerValue.TIMESTAMP is much more accurate, and preferable for most read/write operations, it can occasionally be useful to estimate the client's …

  9. using postman to access firebase REST API - Stack Overflow

    Also try using the Simulator in the Firebase Console under Database->Rules. It helps you to build up a valid authenticated request which you can then copy across to postman.

  10. How to do a simple search in string in Firebase database?

    Jul 27, 2016 · This works well, at least for the starting strings. But searching within a string remains a fundamental issue with firebase. I feel it shouldn't be much of a problem to apply …