You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The legacy AuthSecret method is hidden inside the Project Settings in the new Firebase Console under the label Database Secrets. In order to find out your AuthSecret, you'll need to navigate to Project Settings by pressing the cog icon in the sidebar, and then going to the Database tab. Either use the existing secret, or create a new one, and press the button to reveal it. Put this in your FirebaseConfig and everything should be good to go.
Doesnt work for me, i cant find the database secrest in the Firebase console. Edit: I found it!
You have to go to the Cog icon -> Project Settings -> Service accounts -> Databasesecrets.
when i try to use firebase notification :
IFirebaseConfig config = new FirebaseConfig
{
AuthSecret = "your_firebase_secret",
BasePath = "https://yourfirebase.firebaseio.com/"
};
what is the AuthSecret ?!
is it any setting need in the application console.firebase?
The text was updated successfully, but these errors were encountered: