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