Skip to content
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

Cloud Firestore Support? #529

Closed
davidchalifoux opened this issue Oct 4, 2017 · 25 comments
Closed

Cloud Firestore Support? #529

davidchalifoux opened this issue Oct 4, 2017 · 25 comments
Assignees

Comments

@davidchalifoux
Copy link

Hey all, I was just wondering what the team's plan is for supporting Firestore within EmberFire?

I've seen other people asking about it in some Slack channels but have yet to hear an official response.

Cheers!

@marendra
Copy link

marendra commented Oct 4, 2017

I'm waiting also firestore , hopefully no just angular get the SDK fast

@jamesdaniels
Copy link
Contributor

I will be releasing a community roadmap shortly and a WIP branch will follow. Cloud Firestore has a model which is much much more inline with ember-data than the Firebase Realtime Database, so that will become the preferred adapter.

I am also hoping to roughly align with the Ember 3.0 timetables.

@mikkopaderes
Copy link
Contributor

Cool. Can't wait to see the roadmap. Although I feel aligning with Ember 3.0 is too long as it's 5 months from now. Let us know how we can help to speed things up. 😁

@Luiz-N
Copy link

Luiz-N commented Oct 5, 2017

Cloud Firestore has a model which is much much more inline with ember-data than the Firebase Realtime Database

Yesss! Those were my exact thoughts when reading up on firestore... I feel these two together will make for a very powerful toolset... excited to see this happen. I imagine given the similarity of the realtime DB & firestore apis this shouldn't be too hard of a refactor

@Ghostavio
Copy link

Any news on this?

@jernejc
Copy link

jernejc commented Nov 2, 2017

This would be awesome, seems like the Firebase team is pushing a lot towards Firestore.

@jeanlucaslima
Copy link

Any any news on this, feeling that Ember.js is left behind.

@jamesdaniels
Copy link
Contributor

I have demonstrated a WIP Firestore adapter to stakeholders here at Google. Putting together the community proposal and pushing the WIP branch is on my plate for next week!

@appadvice
Copy link

Great to hear, looking forward to it!

@onewiseburdman
Copy link

Can we get an update on this please? I am at a point for my app that I could end up with expensive hardware for user auth and user roles, when I could just use Firebase for Auth and Firestore for the table structures. I would like to see some examples on how it would be done properly.

@jacojoubert
Copy link

Looking forward to this. Any plans to allow data to be auto-migrated from the real-time database to the cloud firestore?

@willviles
Copy link

Very interested in using the Firestore adapter ASAP! I'm happy to test & contribute @jamesdaniels if there's a branch ready to be pushed.

@jeanlucaslima
Copy link

@willviles same here. A bit disappointed with all that.

@jernejc
Copy link

jernejc commented Jan 12, 2018

Any ideas on when we can expect this ?

@jamesdaniels
Copy link
Contributor

Sorry there's been some comms here on #522, Firestore support is roughly targeting Ember v3 timelines.

@juviwhale
Copy link

Are there other plugins or options available? Its been a few months now and my team needs to finalize architecture decisions. It feels like if Ember is our frontend choice then Firebase may not be a well supported datastore to choose. It is not only the lack of Firestore support that is frustrating but also the promise of server side rendering for Ember in the <near future> from last August that never appeared. Don't get me wrong, I bet you are doing what you can, but the appeal of Firebase for us was to move quickly and it feels like Firebase is now what is slowing us down.

@mikkopaderes
Copy link
Contributor

@juviwhale regarding the server side stuff. You don't need to wait for their video. Just look into ember fastboot and you'll be good to go. Firestore's just what you have to wait for if you want to build around that.

@juviwhale
Copy link

Thanks @rmmmp. I will take a look. I was under the impression there was a yet to be documented firebase cloudfunction config.

@mikkopaderes
Copy link
Contributor

@juviwhale also, I also have a an ember-cloud-firestore-adapter that you can use temporarily at least until we get an official release here. Just note that my design decisions (e.g. how relationships are persisted in the db, unit testings, etc.) might not be the same as what's getting released here. However in your case it might be good enough just to keep you going then refactor on a month from now which should be the official release of cloud firestore in emberfire (if the ember 3.x release is followed).

@eibrahim
Copy link

I would love this too too.

@gvelesandro
Copy link

Has there been any progress for an official Firestore support in firebase emberfire?

@Ghostavio
Copy link

this is pretty much dead, easier just migrating to react :/

@mikkopaderes
Copy link
Contributor

I don't like seeing people moving to other frameworks because a major development platform doesn't have first class support for it.

For those that may consider, feel free to checkout https://github.com/mikkopaderes/ember-cloud-firestore-adapter if it fits your needs.

@gvelesandro
Copy link

Hi @jamesdaniels, by closing this issue, are you indicating that emberfire will not support Firestore?

@zoltan-nz
Copy link

@gvelesandro As I see Firestore will be the default adapter, so it will be supported.

https://github.com/firebase/emberfire/blob/master/docs/guide/installation.md#1-install-emberfire-as-an-ember-cli-addon

Don't hesitate to try out the master branch in your project so we can give feedback quickly for James.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests