Skip to content

Commit 59cbb01

Browse files
authored
Initialize Firebase in direct boot mode
Note that even though `FirebaseApp itself initializes, none of the other SDKs get initialized until the user unlocks the devices.
1 parent f1e32c1 commit 59cbb01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase-common/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<provider
2424
android:name="com.google.firebase.provider.FirebaseInitProvider"
2525
android:authorities="${applicationId}.firebaseinitprovider"
26+
android:directBootAware="true"
2627
android:exported="false"
2728
android:initOrder="100" />
2829
<service

0 commit comments

Comments
 (0)