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

User FireStore instead of Cloud DataStore #1200

Closed
essramos opened this issue Nov 6, 2017 · 5 comments
Closed

User FireStore instead of Cloud DataStore #1200

essramos opened this issue Nov 6, 2017 · 5 comments

Comments

@essramos
Copy link

essramos commented Nov 6, 2017

I am not entirely sure if this is where I should ask this.

But is it possible to use FireStore on this example? Instead of DataStore.

Please correct me if my question does not make sense, I am entirely new to Google Cloud Platform.

Thank you.

@theacodes
Copy link
Contributor

Which sample in particular are you referring to? (This repository contains a significant amount of samples).

In general, you can use both pretty much everywhere with one exception: the Firestore client library does not yet work on App Engine standard (but we're working on it). You can still interact with Firestore from App Engine standard via the REST API.

@essramos
Copy link
Author

essramos commented Nov 7, 2017

Sorry, I was talking about the Firenotes example, will I need to use App Engine for that example? Since the Authentication is on FireBase? and then save the notes on FireStore instead of DataStore. thanks.

@theacodes
Copy link
Contributor

i see, you could, but like I said right now it's not possible to use the Firestore client on standard, so, datastore and ndb is still the easiest route.

@BlonDev
Copy link

BlonDev commented Mar 9, 2018

Is this still the case? Really want to use App Engine with FireStore instead of DataStore.

@joelfernandes19
Copy link

@theacodes Any updates or timeline on when support for Firestore client will be added on App Engine Standard?

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

4 participants