[auth] update provider constructor errors

This commit is contained in:
Salakar
2017-09-24 16:35:15 +01:00
parent 61d963ad62
commit c8a37f6282
6 changed files with 6 additions and 6 deletions

View File

@@ -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() {