You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OAuth 2.0 token is passed via withAuthorization. However, in order to create a Config value, you must use Config.new, which requires an apiKey. The apiKey should be optional since it's not needed when withAuthorization is used.
API keys are not required when using OAuth, and I believe providing one should not be required to create a
Firestore.Config
value.The text was updated successfully, but these errors were encountered: