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