DesktopApp.add_firebase#
- DesktopApp.add_firebase(firebase_config: Union[dict, str], **options)#
Adds Firebase to the app.
- Parameters:
firebase_config (dict, str) – The Firebase configuration dictionary or the path of credentials JSON.
(optional) (options) – Extra options for initializing Firebase. See Google’s documentation.