mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-05-04 20:11:33 +08:00
[auth] update provider constructor errors
This commit is contained in:
@@ -2,7 +2,7 @@ const providerId = 'twitter';
|
||||
|
||||
export default class TwitterAuthProvider {
|
||||
constructor() {
|
||||
throw new Error('`new TwitterAuthProvider()` is not supported on react-native-firebase.');
|
||||
throw new Error('`new TwitterAuthProvider()` is not supported on the native Firebase SDKs.');
|
||||
}
|
||||
|
||||
static get PROVIDER_ID() {
|
||||
|
||||
Reference in New Issue
Block a user