-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Functions emulator and fastboot imports #273
Comments
What's the use-case for |
Ah, I see, I never used it before but there's an API in JS SDK client for it. |
would be nice if configuring functions for emulator worked the same as firestore and auth. Also storage too. |
@knownasilya Mind clarifying? Are you referring to the options obj that can be passed? |
ENV['ember-cloud-firestore-adapter'].functions = {
emulator: {
hostname: 'localhost',
port: 5001,
},
}; |
Submitted a pr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One of the missing pieces is setup for function emulator and fastbootable imports for the functions module. Is this something that you'd merge?
The text was updated successfully, but these errors were encountered: