t04glovern / catbox

🙀 A Cat adoption app that displays cats that are up for adoption, utilising Cloud Firestore, Firebase Functions and Google Sign In.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade Firebase packages and integrate newer API standards

t04glovern opened this issue · comments

The four packages below were version locked to maintain a working state:

  • firebase_core: 0.1.2
  • firebase_auth: 0.5.3
  • google_sign_in: 3.0.0
  • cloud_firestore: 0.3.0

Flutter has now been updated to the point where these versions are likely to be deprecated. Unlocking these versions and using the most recent ones on pub.dartlang is the ideal goal, however some rewrites to the code base will need to be performed to get it working.