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.

488 questions
147
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
  • 1,933
  • 2
  • 13
  • 27
69
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,108
  • 2
  • 9
  • 18
59
votes
21 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
  • 9,379
  • 18
  • 67
  • 140
59
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
  • 32,108
  • 50
  • 143
  • 228
49
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
  • 634
  • 1
  • 6
  • 11
48
votes
4 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
  • 949
  • 3
  • 9
  • 17
43
votes
6 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,001
  • 4
  • 18
  • 28
39
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…
Khan
  • 3,350
  • 3
  • 32
  • 58
39
votes
5 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,450
  • 1
  • 18
  • 22
38
votes
10 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…
34
votes
4 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
  • 471
  • 1
  • 4
  • 7
33
votes
10 answers

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
  • 641
  • 2
  • 6
  • 15
33
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,119
  • 4
  • 27
  • 55
31
votes
15 answers

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 installs npm Once you have Node.js and npm…
Learn2Code
  • 3,147
  • 2
  • 13
  • 37
30
votes
4 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
  • 5,314
  • 10
  • 25
  • 48
1
2 3
32 33