Table of Contents

Method InitializeAsync

Namespace
Titipi.MocaLib2

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

config FirebaseModuleConfig

Returns

Awaitable<bool>