Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase dashboard can't see full server key

When looking at my server key in the Firebase dashboard, the server key is cut off and I'm not sure how to see the entire string:

enter image description here

The Legacy server key has a copy button I can use, but the new server key does not.

How can I copy or see my full new server key?

like image 427
Adam Johns Avatar asked Jun 21 '17 12:06

Adam Johns


People also ask

How do I find my Firebase server key?

In the Firebase console, open Settings > Service Accounts. Click Generate New Private Key, then confirm by clicking Generate Key. Securely store the JSON file containing the key.

Does firebase use https?

Firebase services encrypt data in transit using HTTPS and logically isolate customer data.


1 Answers

Just left click on the Server key label and press Tab key. There you will see a Copy option. Click it and you now will have the key

like image 67
Vishu Avatar answered Oct 11 '22 02:10

Vishu