-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Remote Config pre-configure access.
Currently, when `RemoteConfig.remoteConfig()` is called before `FirebaseApp.configure()` is called, Similar to Database, AppCheck, and others we'll now throw an ObjC exception. We're not going to make it nullable or throw a Swift compatible error since it'd affect the callsite of every usage (either a `?` or `try`) and this is deemed a programming error: `configure()` has to be called first. Fixes #8640
- Loading branch information
1 parent
fd1c0f6
commit 14efb5f
Showing
1 changed file
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters