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

Unable to use firebase emulator as java version is too low. #70

Closed
danieljimeneznz opened this issue Nov 22, 2020 · 3 comments
Closed

Comments

@danieljimeneznz
Copy link

I saw that you recently added jdk7 to allow the use of the emulator but when I run the emulator in my Github action I get:

firestore: Unsupported java version, make sure java --version reports 1.8 or higher.

And their documentation recommends Java 8. (https://firebase.google.com/docs/emulator-suite/install_and_configure).
I'm more than happy to open a PR for this change but wanted to check with you first to make sure that Java 7, wasn't chosen for any specific reason? (i.e. I know firebase has been working in this area so unsure if they recently made the change to Java 8).

@w9jds
Copy link
Owner

w9jds commented Nov 22, 2020

No, I used 7 because that is what it used to require, I must have missed the update to 8 recently.

@w9jds
Copy link
Owner

w9jds commented Nov 22, 2020

Could you give it a try again, I released a new docker image that should fix this for you.

@danieljimeneznz
Copy link
Author

danieljimeneznz commented Nov 23, 2020

Yup I can confirm this works, thanks.

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

2 participants