Skip to content

Commit 956bf58

Browse files
committed
Add README.md
1 parent 6704ca8 commit 956bf58

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Vite, React and OAuth with Google Cloud Identity Platform
2+
3+
This repo is designed to be used as a demo or template to build React applications with Vite, facilitating easy sign in with the
4+
[Google Cloud Identity Platform](https://cloud.google.com/identity-platform)
5+
6+
In short, using the Firebase SDK, you can provide a `apiKey` and `authDomain` to the config (available via the GCP console identity
7+
platform) page, and that's pretty much it. It's all wired up.
8+
9+
If the user is signed in, the app will display their name. If not it will display an error if there is one, or the sign in button to enable
10+
the user to sign in.
11+
12+
PRs, issues, questions, praise, criticism is all welcome.
13+
14+
Enjoy.

0 commit comments

Comments
 (0)