Implement OAuth authentication
First make sure you have completed the Google OAuth Web page.
First of all, you need to create a new project in the Google Cloud Console if you don’t have one already.
Click the APIs & Services
menu.
Click the Credentials
menu.
Then click the Create Credentials
button.
OAuth client ID
But you need to Configure Consent Screen
first.
Create IOS oauth client id.
bundle id
in the Bundle ID
field.Create
button.
Copy Client ID and Paste it to the .env
file.
Then you need to select IOS oAuth Client
first.
Copy IOS URL Scheme
and go to app.json
file.
You have successfully set up Google OAuth for your Expo React Native IOS Client. 🎉
Go and setup Android OAuth.
Please click here for Google OAuth Web.
Please click here for Google OAuth Android.
Implement OAuth authentication
First make sure you have completed the Google OAuth Web page.
First of all, you need to create a new project in the Google Cloud Console if you don’t have one already.
Click the APIs & Services
menu.
Click the Credentials
menu.
Then click the Create Credentials
button.
OAuth client ID
But you need to Configure Consent Screen
first.
Create IOS oauth client id.
bundle id
in the Bundle ID
field.Create
button.
Copy Client ID and Paste it to the .env
file.
Then you need to select IOS oAuth Client
first.
Copy IOS URL Scheme
and go to app.json
file.
You have successfully set up Google OAuth for your Expo React Native IOS Client. 🎉
Go and setup Android OAuth.
Please click here for Google OAuth Web.
Please click here for Google OAuth Android.