mirror of
https://github.com/status-im/react-native-firebase.git
synced 2026-08-31 14:11:12 +00:00
11 lines
156 B
JavaScript
11 lines
156 B
JavaScript
export default {
|
|
credential(token, secret) {
|
|
return {
|
|
token,
|
|
secret,
|
|
provider: 'google',
|
|
providerId: 'google',
|
|
};
|
|
},
|
|
};
|