Skip to content

Datatbase secretes have been depreciated #221

Closed
@LindaLawton

Description

@LindaLawton

Datatbase secretes have been depreciated do you have a way of doing this using Firebase Admin sdk?

image

var auth = "ABCDE"; // your app secret
var firebaseClient = new FirebaseClient(
  "<URL>",
  new FirebaseOptions
  {
    AuthTokenAsyncFactory = () => Task.FromResult(auth) 
  });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions