Skip to content

Commit 0025d8c

Browse files
committed
docs(auth, social): update fbsdk + twitter to live repos
fbsdk-next is one I help maintain, it's good naturalclar has twitter, that should be reilable going forward
1 parent 1162475 commit 0025d8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/auth/social-auth.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ There is a [community-supported React Native library](https://github.com/theberg
8585
the native Facebook SDKs to enable Facebook sign-in.
8686

8787
Before getting started, ensure you have installed the library, [configured your Android & iOS applications](https://developers.facebook.com/docs/android/getting-started/) and
88-
setup your [Facebook Developer Account](https://github.com/facebook/react-native-fbsdk#3-configure-projects)
88+
setup your [Facebook Developer Account](https://github.com/thebergamo/react-native-fbsdk-next#3-configure-projects)
8989
to enable Facebook Login.
9090

9191
Ensure the "Facebook" sign-in provider is enabled on the [Firebase Console](https://console.firebase.google.com/project/_/authentication/providers).
@@ -141,10 +141,10 @@ with the new authentication state of the user.
141141

142142
## Twitter
143143

144-
Using the external [`react-native-twitter-signin`](https://github.com/GoldenOwlAsia/react-native-twitter-signin) library,
144+
Using the external [`@react-native-twitter-signin/twitter-signin`](https://github.com/react-native-twitter-signin/twitter-signin) library,
145145
we can sign-in the user with Twitter and generate a credential which can be used to sign-in with Firebase.
146146

147-
To get started, install the library and ensure you have completed setup, following the required [prerequisites](https://github.com/GoldenOwlAsia/react-native-twitter-signin#prerequisites) list.
147+
To get started, install the library and ensure you have completed setup, following the required [prerequisites](https://github.com/react-native-twitter-signin/twitter-signin#prerequisites) list.
148148

149149
Ensure the "Twitter" sign-in provider is enabled on the [Firebase Console](https://console.firebase.google.com/project/_/authentication/providers).
150150

0 commit comments

Comments
 (0)