puma_firebase 1.0.22 copy "puma_firebase: ^1.0.22" to clipboard
puma_firebase: ^1.0.22 copied to clipboard

Puma Firebase Package

Puma Firebase #

Puma wrapper for Firebase and Firestore

Getting started #

Just setup a firebase account

Usage #

  • Firebase
  • Firestore
  • Signin Buttons

Analytics #

Disable screenview tracking #

Automatic screenview reporting can be turned off on iOS by setting FirebaseAutomaticScreenReportingEnabled to NO (Boolean) in the Info.plist.

And on Android, nest the following setting within the

<meta-data android:name="google_analytics_automatic_screen_reporting_enabled" android:value="false" />