mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-23 03:59:18 +08:00
Update social-auth.md
Fix typo in "function bootstrap"
This commit is contained in:
@@ -108,7 +108,7 @@ required to create a Firebase credential.
|
||||
```js
|
||||
import { GoogleSignin } from 'react-native-google-signin';
|
||||
|
||||
async funtion bootstrap() {
|
||||
async function bootstrap() {
|
||||
await GoogleSignin.configure({
|
||||
scopes: ['https://www.googleapis.com/auth/drive.readonly'],
|
||||
webClientId: '', // required
|
||||
|
||||
Reference in New Issue
Block a user