Major release 7.0.0 #2900
Replies: 7 comments 11 replies
-
Hey all, sorry the comms have been light here, we've been super busy at work on this release. Exciting to have more folk give it a spin! We released right alongside the new Firebase JS SDK, RxFire, ReactFire, and FirebaseUI today; so there were a lot of moving pieces this morning. I expect we'll have a bunch of doc work in the coming days (especially with the new modular SDK), a couple quick patch releases to address feedback, and likely a 7.1 release with a couple goodies I wasn't able to finish for today. Thanks so much to folk that were involved in helping test the alphas, betas, and release candidates here. And thank you to everyone in the community for being so patient while we work to reduce bundle size, modernize, and rewrite everything in the JS SDK so it can be tree-shakable. I know this is a big one, that's why we added Happy Firebasing! 🔥 🥳 🎉 |
Beta Was this translation helpful? Give feedback.
-
Congratulations on releasing v7!!! If I were to prioritize anything, I'd get /sample up to the functionality of /sample-compat first, including use of the emulators, on the theory that running and testable example code is worth more than verbiage. I wasn't able on first glance to get /compat code running with the emulators either (the localhost URLs weren't working on auth), and I might go directly to non-compat once I get enough example code to understand enough of the API. (If anyone has a good example visible somewhere in the meantime I'd appreciate seeing it thx.) Thanks! |
Beta Was this translation helpful? Give feedback.
-
Is v7 ready for production or is the API still experimental? |
Beta Was this translation helpful? Give feedback.
-
So far this is great. However, I'm probably being a bit dumb here, because I can't figure out how to add query params (where, limit, orderBy etc) to collectionRefs using the new API? What am I missing? |
Beta Was this translation helpful? Give feedback.
-
In previous versions of angularfire we were able to call createId to generate a firestore document id. Is there any equivalent method in the new release of angularfire 7.0.0? |
Beta Was this translation helpful? Give feedback.
-
You can create a ref with an autoId by doing this:
|
Beta Was this translation helpful? Give feedback.
-
Using v7, how can we get a task reference so we can track progress when uploading an object to storage? The |
Beta Was this translation helpful? Give feedback.
-
Breaking changes
@angular/fire/*
to@angular/fire/compat/*
(see compatibility mode)@angular/fire/*
See the v7 upgrade guide for more information.
This discussion was created from the release 7.0.0.
Beta Was this translation helpful? Give feedback.
All reactions