A web-based GUI console for Firebase. Developers can add Firebase related tools and functionalities to their projects, and configure them using this console.
Questions tagged [firebase-console]
574 questions
158
votes
5 answers
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 > Permissions. Is this the right way? If I add person…

Abhilash Kishore
- 2,063
- 2
- 15
- 31
83
votes
30 answers
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
- 10,759
- 19
- 75
- 154
75
votes
3 answers
Is there any UI Console where I can query the Firebase Database?
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
- 1,158
- 2
- 14
- 21
66
votes
0 answers
Web api key is not generated in firebase while creating a new project as stated on the documentation
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:
Create a Firebase project > Browser key…

prabin maharjan
- 755
- 1
- 6
- 14
64
votes
6 answers
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 firebase ?

Abhilasha
- 1,177
- 4
- 10
- 17
63
votes
4 answers
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
- 35,740
- 58
- 156
- 248
62
votes
12 answers
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 void saveUser() {
//Add YOUR Firebase Reference…

Saif ali Karedia
- 860
- 1
- 8
- 15
59
votes
7 answers
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 logging:
@Override
public void…

joe
- 1,341
- 4
- 21
- 32
51
votes
6 answers
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 coming in the list.
Kindly help me set it.
Thanks…

Irurik Soft Labs
- 661
- 1
- 6
- 8
50
votes
2 answers
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 this using new panel?

Sai Gadde
- 644
- 1
- 6
- 11
48
votes
6 answers
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 back from firebase console only.
If I delete the…

User
- 4,023
- 4
- 37
- 63
46
votes
7 answers
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
- 6,065
- 12
- 29
- 52
45
votes
6 answers
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 success.
Does anyone know of any way of doing it? Thanks!

LiorK
- 1,640
- 1
- 19
- 23
40
votes
2 answers
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");
bundle.putString("sub Cat", "sub CatValue");
…

Prashant
- 4,474
- 8
- 34
- 82
39
votes
4 answers
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
- 4,345
- 6
- 36
- 77