We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7991897 commit 47d2265Copy full SHA for 47d2265
docs/auth/social-auth.md
@@ -111,7 +111,7 @@ The `onFacebookButtonPress` can then be implemented as follows:
111
112
```js
113
import auth from '@react-native-firebase/auth';
114
-import { LoginManager, AccessToken } from 'react-native-fbsdk';
+import { LoginManager, AccessToken } from 'react-native-fbsdk-next';
115
116
async function onFacebookButtonPress() {
117
// Attempt login with permissions
0 commit comments