Last active
August 30, 2020 06:37
-
-
Save hamza39460/49b6dddd5162a58e5b6c23f73f73c74f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var _credentials; | |
if (Platform.isAndroid) { | |
_credentials = new ClientId( | |
"YOUR_CLIENT_ID_FOR_ANDROID_APP_RETRIEVED_FROM_Google_Console_Project_EARLIER", | |
""); | |
} else if (Platform.isIOS) { | |
_credentials = new ClientId( | |
"YOUR_CLIENT_ID_FOR_IOS_APP_RETRIEVED_FROM_Google_Console_Project_EARLIER", | |
""); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when use the "_credentials" ?