0.1.2 • Published 4 years ago

capacitor-firebase-github-auth v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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

  1. Register your app with Firebase
  2. Add GoogleService-Info.plist to your ios/App/App directory from Xcode
  3. Add a URL scheme to your project
  4. Add Firebase pod in ios/App/Podfile:
target 'App' do
  capacitor_pods

  pod 'Firebase/Core'
  pod 'Firebase/Auth'
  # Add your Pods here
end

Android

0.1.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago