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

feat(core): Support useEmulators, more DI, and FCM fixes #2652

Merged
merged 9 commits into from
Nov 13, 2020
Merged

Conversation

jamesdaniels
Copy link
Member

@jamesdaniels jamesdaniels commented Nov 12, 2020

  • Adding USE_EMULATOR to auth, database, firestore, and functions
  • Adding VAPID_KEY and SERVICE_WORKER DI tokens to messaging
  • Adding SETTINGS, TENANT_ID, LANGUAGE_CODE, USE_DEVICE_LANGUAGE, and PERSISTENCE DI tokens to auth
  • Adding NEW_ORIGIN_BEHAVIOR DI token to functions, to opt-into the new way of setting ORIGIN
  • Adding MAX_UPLOAD_RETRY_TIME and MAX_OPERATION_RETRY_TIME DI tokens to storage
  • tokenChanges will now listen for notification permission changes and trip token detection as expected
  • httpsCallable function now takes in HttpsCallableOptions
  • deleteToken's token argument is now optional, reflecting Firebase v8 changes
  • Firestore snapshots now include metadata by default

@jamesdaniels jamesdaniels merged commit 8d3093f into master Nov 13, 2020
@jamesdaniels jamesdaniels deleted the more_di branch November 13, 2020 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants