About 3,020,000 results
Open links in new tab
  1. Firebase: how to generate a unique numeric ID for key?

    Mar 3, 2015 · As explained above, you can use the Firebase default push id. If you want something numeric you can do something based on the timestamp to avoid collisions f.e. …

  2. Firebase TIMESTAMP to date and Time - Stack Overflow

    Jan 11, 2016 · firebaseRef = firebase.database().ref(); firebaseRef.set({ foo: "bar", createdAt: firebase.database.ServerValue.TIMESTAMP }); According to the documentation , the value …

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

    May 27, 2016 · Firebase offers two cloud-based, client-accessible database solutions that support realtime data syncing: Realtime Database is Firebase's original database. It's an efficient, low …

  4. 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. Share Improve this …

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

  6. How do I delete a database from Firebase? - Stack Overflow

    Jul 8, 2019 · Looks like Google recently introduced this feature to delete a Firebase RTDB. To delete this (after we raised this concern with Google Firebase team on Firebase RoadShow …

  7. Android Firebase Database Error: Permission denied

    Dec 3, 2016 · Go to firebase console and enable read and write operations on your database. Firebase Console -> Database(develop) -> RULES. rules_version = '2'; service …

  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 …

  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. How to add image and data into firebase - Stack Overflow

    Mar 27, 2019 · I want to send/add notification data in database that contains image with some text data so I am not able to add this data in firebase. I tried some code for only data insertion, but …

Refresh