Skip to content

Commit

Permalink
feat: add firebase docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leo220yuyaodog committed Sep 2, 2023
1 parent 5b32cb1 commit 87d9bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/integration/javascript/firebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Select `OpenID Connect` in Custom providers, fill in the following information:
|-----------------|---------------------------------------|------------------------------------------|
| Name | Any be any string you would like | casdoor |
| Client ID | Client ID for the Casdoor application | 294b09fbc17f95daf2fe |
| Issuer (URL) | Casdoor server URL | https://door.casdoor.com |
| Issuer (URL) | Casdoor server URL | "https://door.casdoor.com" |
| Client Secret | Client secret for Casdoor application | dd8982f7046ccba1bbd7851d5c1ece4e52bf039d |

![oidc_config0](/img/integration/javascript/firebase/oidc_config0.png)

The above examples values can be retrieved from Casdoor demo site: https://door.casdoor.com/applications/casbin/app-vue-python-example
The above examples values can be retrieved from Casdoor demo site: [app-vue-python-example](https://door.casdoor.com/applications/casbin/app-vue-python-example)

![oidc_config1](/img/integration/javascript/firebase/oidc_config1.png)

Expand Down

0 comments on commit 87d9bed

Please sign in to comment.