Skip to content

Commit

Permalink
Improve auth documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasBuchholz committed Jan 14, 2023
1 parent e3fd42f commit 58f3b92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added art/project_settings_sha1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ You can use [Firebase Authentication](https://firebase.google.com/docs/auth) to

### Android specifics

- Make sure you have added the SHA-1 fingerprint matching the keystore you've used for signing the app bundle to the android project settings in the firebase console:

![firestore_poco.png](../art/project_settings_sha1.png)
- Call ```FirebaseAuthImplementation.HandleActivityResultAsync(requestCode, resultCode, data);``` from ```MainActivity.OnActivityResult(...)```
- In case you are using Authentication via Facebook, add the following code to your apps ```AndroidManifest.xml```:
```xml
Expand Down

0 comments on commit 58f3b92

Please sign in to comment.