I’m maintaining a legacy Ionic-v1 app. It is using firebase 2.3.2. Since Firebase recently announced that it will no longer be supporting SDK 2.x, I need to bring it forward.
-
Can I use the latest firebase 5.x package?
This git repo by Dale Nguyen looks like Ionic-v1 is compatible with at least firebase 4.6.1. -
What about AngularFire?Will AngularFire 2.3.0 work with firebase 5.x?
The consensus seems to be that it’s useful, but not required. These migration docs seem to suggest that I should stick with AngularFire, and not go with AngularFire2 (that’d be an Angular 2+ thing). Again, the git repo by Dale Nguyen suggests that it might. -
What are good resources or examples for me to look at?
Thanks for your help!