-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Support for Firebase Remote Config/Analytics (included in v7 of Firebase) #2178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey there @EdricChan03, we're definitely planning to add support in short order here. Thanks for raising! |
In regards to this does the new Analytics (just tracking) not work at all? For example I updated my environment configs to add the |
You can get analytics up and running right now by using firebase directly.
and call
|
@dominikstrasser Thanks I tried, but there is no analytics method in firebase I am using "firebase": "^6.6.2", "@angular/fire": "^5.2.1", Also not able to install firebase 7 (if it's in that version) because I get below error even with @angular/fire@next I get |
@RezaRahmati https://firebase.google.com/support/release-notes/js either you install [email protected] or wait for the @angular/fire implementation. |
@RezaRahmati Use --force |
I've been testing and it seems there's no obvious incompatibilities with Firebase v7, so force installing firebase 7 should be ok. Let me know if you run into anything. I'll be aiming to get an initial attempt out this week. |
WIP #2187 |
@jimmykane where do you find the |
@jsitu I found it in the project config. |
After you upgrade you’ll need to get your settings again, or “create a web app” if you haven’t done that before. |
Does angularfire have official documentation for integrating Google Analytics ? |
Once this ticket is implemented you won't have to do this yourself in theory. |
I've been testing Analytics on 5.3.0 and it is working properly! Tks |
while installing use --force and it will get installed. |
Version info
Angular:
v8.x.x
Firebase:
v6.x.x
AngularFire:
v5.x.x
Other (e.g. Ionic/Cordova, Node, browser, operating system): NIL
Expected behavior
There should be support for Remote Config/Analytics which is included in v7 of the Firebase SDK for JavaScript: Release Notes
Actual behavior
There's currently no support for the Remote Config/Firebase Analytics API included in v7 of the JavaScript SDK.
The text was updated successfully, but these errors were encountered: