Method InitializeAsync
InitializeAsync(FirebaseModuleConfig)
Initializes the Firebase SDK and enables Analytics collection.
When UseRemoteConfig is enabled, the Remote Config fetch and
activate complete before this returns, so GetRemote* reads are reliable immediately after.
Push notification setup (when enabled) is started in the background and not awaited.
Under MOCALIB2_USE_FIREBASE_APP_CHECK, registers the platform App Check provider before SDK init.
public static Awaitable<bool> InitializeAsync(FirebaseModuleConfig config)
Parameters
configFirebaseModuleConfig
Returns
- Awaitable<bool>