Questions tagged [firebase-console]

A web-based GUI console for Firebase. Developers can add Firebase related tools and functionalities to their projects, and configure them using this console.

Filter by
Sorted by
Tagged with
158 votes
5 answers
95k views

How to add collaborators to a Firebase app?

On the latest version of Firebase (Announced during Google I/O 2016), how do I add other people to my project or app whom I want to collaborate with? I came across IAM roles through Settings > ...
Abhilash Kishore's user avatar
86 votes
37 answers
56k views

Delete all users from firebase auth console

Is there an easy way to delete all registered users from firebase console? For example, I created a hundred users from my development environment, and now I want to delete all of them.
Maximus S's user avatar
  • 11k
76 votes
3 answers
46k views

Is there any UI Console where I can query the Firebase Database? [closed]

Is there any UI Console where I can query the Firebase Database?? Basically I wish to query the data just like we can query other databases using UI
mohan mishra's user avatar
  • 1,168
71 votes
0 answers
48k views

Web api key is not generated in firebase while creating a new project as stated on the documentation [closed]

On the Firebase documentation, it states that the web API key will be auto-generated when: Firebase will automatically create a new web API key for your project when you do any of the following: ...
prabin maharjan's user avatar
66 votes
6 answers
26k views

Get code from firebase console which I deployed earlier

I had created firebase functions in nodejs and deployed the code on firebase. The function was to send an email when the new user is created. I have lost the code now. Can we pull that code from ...
Abhilasha's user avatar
  • 1,217
64 votes
13 answers
160k views

Where can I find my Firebase reference URL in Firebase account?

In the third last line of the below code, how can I find the firebase URL. I am not able to find it. Can anyone provide me the best link on how to setup firebase facebook login with android. public ...
Saif ali Karedia's user avatar
64 votes
4 answers
52k views

Firebase - Where is My Account Secret in the New Console?

I just updated my projects to the new Google Apps / Firebase console. Where do I find the secret associated with my account in the new console?
Lloyd Banks's user avatar
  • 35.9k
60 votes
8 answers
109k views

How to add Firebase custom events for analytics?

I've seen some questions and answers about custom events for firebase analytics, but i just wanted to ask you a straight question so you can give me a straight answer :) So, this is my method for ...
joe's user avatar
  • 1,371
55 votes
6 answers
50k views

How to recover deleted project from firebase console

I imported my project from by using Import Google Project in firebase console. Then I deleted it permanently thinking that I will again import it. But now when i click to import, that project is not ...
Irurik Soft Labs's user avatar
50 votes
2 answers
15k views

How can I check database and storage usage in new firebase console

After I migrated my app to console.firebase.google.com I cannot view the database usage quota, bandwidth usage and several other statistics in the firebase.com analytics tab. Is there any way to check ...
Sai Gadde's user avatar
  • 644
50 votes
6 answers
61k views

How to remove Google project from Firebase Console?

I've project on Google Developer Console and I've added this here on Firebase Console. Now I've been forced to use Firebase Analytics instead of Google Analytics. So I want to remove/unlink my project ...
User's user avatar
  • 4,141
48 votes
7 answers
23k views

How do I change the Support Email of a Firebase Project?

How can I change the support email in my Firebase project under Settings > Your project > Public settings > Support email?
Jack Wilson's user avatar
  • 6,165
46 votes
6 answers
39k views

How can I rename the Firebase Project ID?

I succeeded to rename my Firebase Project Name. I want to rename my Project ID as well, yet, it looks read-only. I tried via Settings -> General, and via Permissions -> IAM etc, but with no ...
LiorK's user avatar
  • 1,650
43 votes
2 answers
35k views

Why are the custom events of Firebase analytics not shown on dashboard?

I have integrated firebase into my Android application. I am sending custom events as follows : Bundle bundle = new Bundle(); bundle.putString("First Category", "First catValue"); ...
Prashant's user avatar
  • 4,544
42 votes
4 answers
37k views

Unable to send data message using firebase console

I'm using firebase console and can send only Notification messages using it. Is there a way to send data messages using the same?
amodkanthe's user avatar
  • 4,449
41 votes
12 answers
58k views

Firebase maximum projects and apps

How many applications can I create in one project from a single account and how many projects I can create in Firebase for Cloud Messaging?
Erum Malik's user avatar
37 votes
6 answers
39k views

How to create a folder in Firebase Storage?

So the new Firebase has support for storage using Google Cloud Platform. You can upload a file to the images folder using: var uploadTask = storageRef.child('images').put(file, metadata); What if ...
Pier's user avatar
  • 10.6k
37 votes
6 answers
52k views

How do I delete a database from Firebase?

This must be staring me in the face, but don't see the command. How do I delete an unused Firebase DB from the Console in the new Firebase? And Google did not help with an answer, which is kind of a ...
Edward Potter's user avatar
36 votes
1 answer
6k views

Querying by id in Firestore Console [closed]

Currently, as far as I know, there is no command-line interface for querying Firestore. The only way to query our documents is to do it through our own program, or through Firestore console. In the ...
1man's user avatar
  • 5,516
36 votes
20 answers
29k views

Can not see the Firebase function deployed

I followed the following steps: The Firebase CLI (Command Line Interface) requires Node.js and npm, which you can install by following the instructions on https://nodejs.org/ Installing Node.js also ...
Learn2Code's user avatar
  • 2,156
34 votes
8 answers
36k views

Firebase : Read-only & non-realtime mode activated to improve browser performance

Read-only & non-realtime mode activated to improve browser performance Message pops up in my project and I'm unable to delete the nodes as well Also I read this https://groups.google.com/forum/#!...
Veeresh Charantimath's user avatar
34 votes
6 answers
28k views

The Bundle ID in the certificate does not match the Bundle ID you entered

My Bundle ID of the certificate does not match the Bundle ID entered in the Firebase console and when I try to upload the certificate for Cloud Messaging. I get the error: The Bundle ID in the ...
waseefakhtar's user avatar
  • 1,403
33 votes
14 answers
27k views

How to delete current app from project in Firebase?

I tried out new version of Firebase. I have created new project. Added there necessary apps. After that I added the test app, which I don't need any more. But I could not find a button that can ...
Copy Paste's user avatar
32 votes
8 answers
38k views

Firebase custom event parameters not visible in console

I need help with custom parameters of Firebase event, don’t seem to be able to see or use any event parameter. Basically trying to use parameters to create Audience segmentation, but parameters seem ...
Alessandro Maroldi's user avatar
31 votes
9 answers
36k views

How to remove all data from a Firebase database?

I started using a code that using Firebase realtime database. I implemented it to my solution. Connection and control was perfect, so I used it for the production environment. After a while I was ...
Bruno's user avatar
  • 6,951
31 votes
7 answers
17k views

"Error loading documents" on Cloud Firestore when console left open for a while

I noticed a quite new phenomenon which is that when I leave the console open for over a couple of minutes I get an "Error loading documents" error on all my collections until I refresh the page. This ...
Jacobo Koenig's user avatar
28 votes
4 answers
49k views

Setting arrays in Firebase using Firebase console

I am using Firebase console for preparing data for a demo app. One of the data item is attendees. Attendees is an array. I want to add a few attendees as an array in Firebase. I understand Firebase ...
vijayst's user avatar
  • 21.2k
27 votes
2 answers
8k views

Is it possible to create a new Firebase project by API?

Is it possible to create new hosting projects by API, or another non-interactive method on Google Firebase? I already tried Firebase tools with a token, but it says that it is only possible to create ...
Roger Russel's user avatar
25 votes
4 answers
9k views

Firestore DB - documents shown in italics

Can someone explain this to me. I am working with node-firestore-backup-restore-master backup script for Firestore from github. Got it working but it only reads one document of the list of documents ...
David Mrozinski's user avatar
25 votes
4 answers
31k views

Firebase Crashlytics not showing crash report in console dashboard swift

I have setup all these steps and bundel id on Firesbase Dashboard and tried crash many times but not getting any report. pod 'Firebase/Core' pod 'Fabric', '~> 1.7.2' pod 'Crashlytics', '~> 3.9.3' In ...
salman siddiqui's user avatar
24 votes
1 answer
13k views

Firebase - how to set custom claim from the console [duplicate]

In my application I use firebase authentication and Google account as credentials provider. I would like to assign roles to users. In order to do it I would like to add custom claims to the ...
Clyde Barrow's user avatar
  • 2,006
22 votes
2 answers
6k views

Why are non auto-generated document Ids are in italics in Firestore console?

When i add a document with my own document Id (not auto generated), document Id node is in italics as shown in the screenshot from Firestore console. What is the reason behind this? My code to add ...
Kumar's user avatar
  • 449
22 votes
4 answers
13k views

Your Operation was forbidden issue in Firebase Console

I created an Android Project. Now I want to add Firebase into my android project. I register my application on firebase console. Now When I try to add my sha-1 key in to project it gives me following ...
Arjun's user avatar
  • 746
21 votes
1 answer
18k views

Cannot add node to Firebase through console

I have a Firebase project with 2 mobile apps: FriendlyChat example from Firebase/Google (messages) - created first Grocery Items list (grocery-items) - trying to create second You can see the ...
marciokoko's user avatar
  • 4,986
20 votes
4 answers
13k views

Regenerate Web API key of Google Firebase

How do I regenerate my Web API key for Google Firebase? I deleted the autogenerated one due to misguided reasons. If it's not deletable, do I need to create just a new App or a new Project?
ehacinom's user avatar
  • 8,548
20 votes
4 answers
7k views

Google Firebase - how to delete Crash reports?

Have I finally gone blind or is there not an obvious way to delete Firebase Crash reports through the Google Firebase web console? My Android app is successfully logging reports but now I have a flood ...
01000101's user avatar
  • 327
19 votes
4 answers
10k views

Error: Server Error. connect ETIMEDOUT 104.197.85.31:443

i am using firebase cli and i try the following $ firebase init the cli continue with the message : You're about to initialize a Firebase project in this directory: c:\Dev\Test are you ready to ...
Arash's user avatar
  • 3,593
18 votes
3 answers
42k views

How do I export data from Firebase Realtime Database?

I am developing with Firebase and have data stored in the Realtime Database. I need to share my database structure for a question here on Stack Overflow, or just take a backup before making breaking ...
Grimthorr's user avatar
  • 6,886
18 votes
2 answers
3k views

Google Account switching in Firebase Console

I am not able to switch between my Google accounts in the Firebase console. I have 2 accounts, one for personal and one for work. In the Firebase (https://firebase.google.com) page, the Google ...
user2488234's user avatar
17 votes
2 answers
2k views

Is there a way to generate a push ID from the Console in the new Realtime Database?

I have a listing node in my Database and wanted to add data into it from the web console. I want to have a push ID as the key of the object. Something like this : { "listing": { "...
Rohith Nandakumar's user avatar
17 votes
1 answer
3k views

Setting Firebase user display name via new Firebase console

A basic question I'm sure, but I can see how to programatically set user details of a Firebase user, but I just want to set the display name of a user manually via the Firebase console. I just see the ...
Richard Goodman's user avatar
15 votes
1 answer
14k views

In the new Firebase console I can't edit the name of nor move nor clone any node of a realtime database

In the new Firebase console I can't edit the name of nor clone nor move any node (change parent) of a realtime database I have even tested setting Rules to Public. Is this by design ? What then, is ...
killjoy's user avatar
  • 970
14 votes
3 answers
21k views

How to get all topics list of Firebase through API?

I want to retrieve all the topics created so far via API request, similar to the list that firebase console display. See the image attached.
Hisham Muneer's user avatar
14 votes
1 answer
12k views

'Unable to load your database' error in Firebase Console [closed]

I get the below error that my firebase database cannot be loaded. The database is connected to my Android app.
user avatar
14 votes
4 answers
11k views

How to upload a mapping file to Firebase?

I've been looking around the firebase console for half an hour for a button or menu allowing me to upload a new crash reporting mapping file. And cannot find a way. I've done it in the past, but ...
pbm's user avatar
  • 5,271
14 votes
2 answers
1k views

I am no longer able to see logs and health tabs in Firebase Cloud Functions console

As shown in the attached picture the console & tabs are no longer there! How can I restore them?
Moath Thawahreh's user avatar
12 votes
2 answers
28k views

Firebase Storage gs url to http

I downloaded a Unity project that use images stored in Firebase server using the following link: https://zplayer360-86b30.firebaseapp.com Now I want to reproduce this with my own file. I created a ...
FabioDev's user avatar
  • 724
12 votes
2 answers
10k views

Send silent push notification from Firebase console

Trying to prove a concept I've been working on for a while, which involves my app recieving a silent notification. I am using Firebase Cloud Messaging as it has less overhead than native APNs for the ...
Jacob King's user avatar
  • 6,049
12 votes
2 answers
6k views

What is the difference between Firebase API key (a.k.a Server Key) and the Web API Key?

In Firebase console under Project Settings/General beneath the Project ID field there is a Web API key : Where is this used? I know that the Server key found under Project Settings/Cloud Messaging is ...
DropkickSteve's user avatar
12 votes
2 answers
11k views

Export data from Firebase Crashlytics console?

I'm trialling Firebase Crashlytics and the console display of log data is messed up (see image below.) Is there any way to export the full crash report? I can't see one in the Firebase console - I ...
Clyde's user avatar
  • 7,479

1
2 3 4 5
12