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

fix: refactor FakeCredentials #325

Merged
merged 1 commit into from Aug 11, 2020
Merged

fix: refactor FakeCredentials #325

merged 1 commit into from Aug 11, 2020

Commits on Aug 11, 2020

  1. fix: refactor FakeCredentials

    This change allows users who want to try to manually configured FirestoreOptions for an emulator to be able to leverage the credentials we use when boostrapping via environment variable.
    
    * Rename FakeCredentials to EmulatorCredentials
    * Make EmulatorCredentials static
    * Move from inner class of FirestoreOptions.Builder to inner class of FirestoreOptions
    
    Related to #190
    BenWhitehead committed Aug 11, 2020
    Copy the full SHA
    2ddfb71 View commit details
    Browse the repository at this point in the history