firestore-rs
firestore-rs copied to clipboard
Support for Firebase App Credentials
Maybe I just haven't found it yet but it looks like there's no way to use a firebase app config to authenticate with an API Key. So basically following these steps: https://firebase.google.com/docs/web/setup I do get out a config that looks like:
{
apiKey: "some_api_key",
authDomain: "test-project.firebaseapp.com",
projectId: "test-project",
storageBucket: "test-project.appspot.com",
messagingSenderId: "123456",
appId: "1:123456:web:123abc456"
};
But it seems like there's no way to authenticate using the apiKey. Would be great if this would be possible