0.1.2 • Published 4 years ago
capacitor-firebase-github-auth v0.1.2
WIP
Peer Dependencies
- firebase@^8.0.0
Installation
$ npm i capacitor-firebase-github-auth
$ npm cap sync
iOS
https://firebase.google.com/docs/ios/setup
- Register your app with Firebase
- Add
GoogleService-Info.plist
to yourios/App/App
directory from Xcode - Add a URL scheme to your project
- Add Firebase pod in
ios/App/Podfile
:
target 'App' do
capacitor_pods
pod 'Firebase/Core'
pod 'Firebase/Auth'
# Add your Pods here
end