Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybibikov committed Aug 25, 2019
2 parents 753da67 + 1d1121d commit d64a753
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Step 1.
```

OR
OR B2C

```
builder.AddAzureFunctionsToken(new TokenAzureB2COptions()
Expand All @@ -30,6 +30,15 @@ OR
```

OR Firebase
```
builder.AddAzureFunctionsToken(new FireBaseOptions()
{
GoogleServiceAccountJsonUri = new Uri("%uri-to-storage-with-secret-json-from-google")
});
```

3. Add it to Azure Function:

```
Expand Down

0 comments on commit d64a753

Please sign in to comment.