@@ -67,12 +67,13 @@ php artisan vendor:publish --provider="Kreait\Laravel\Firebase\ServiceProvider"
6767
6868| Component | [ Automatic Injection] ( https://laravel.com/docs/5.8/container#automatic-injection ) | [ Facades] ( https://laravel.com/docs/facades ) | [ ` app() ` ] ( https://laravel.com/docs/helpers#method-app ) |
6969| --- | --- | --- | --- |
70- | [ Authentication] ( https://firebase-php.readthedocs.io/en/latest/authentication.html ) | ` \Kreait\Firebase\Auth ` | ` FirebaseAuth ` | ` app('firebase.auth') ` |
71- | [ Cloud  ; Messaging  ; (FCM)] ( https://firebase-php.readthedocs.io/en/latest/cloud-messaging.html ) | ` \Kreait\Firebase\Messaging ` | ` FirebaseMessaging ` | ` app('firebase.messaging') ` |
72- | [ Dynamic  ; Links] ( https://firebase-php.readthedocs.io/en/latest/dynamic-links.html ) | ` \Kreait\Firebase\DynamicLinks ` | ` FirebaseDynamicLinks ` | ` app('firebase.dynamic_links') ` |
73- | [ Realtime Database] ( https://firebase-php.readthedocs.io/en/latest/realtime-database.html ) | ` \Kreait\Firebase\Database ` | ` FirebaseDatabase ` | ` app('firebase.database') ` |
74- | [ Remote Config] ( https://firebase-php.readthedocs.io/en/latest/remote-config.html ) | ` \Kreait\Firebase\RemoteConfig ` | ` FirebaseRemoteConfig ` | ` app('firebase.remote_config') ` |
75- | [ Storage] ( https://firebase-php.readthedocs.io/en/latest/storage.html ) | ` \Kreait\Firebase\Storage ` | ` FirebaseStorage ` | ` app('firebase.storage') ` |
70+ | [ Authentication] ( https://firebase-php.readthedocs.io/en/stable/authentication.html ) | ` \Kreait\Firebase\Auth ` | ` FirebaseAuth ` | ` app('firebase.auth') ` |
71+ | [ Cloud Firestore] ( https://firebase-php.readthedocs.io/en/stable/cloud-firestore.html ) | ` \Kreait\Firebase\Firestore ` | ` FirebaseFirestore ` | ` app('firebase.firestore') ` |
72+ | [ Cloud  ; Messaging  ; (FCM)] ( https://firebase-php.readthedocs.io/en/stable/cloud-messaging.html ) | ` \Kreait\Firebase\Messaging ` | ` FirebaseMessaging ` | ` app('firebase.messaging') ` |
73+ | [ Dynamic  ; Links] ( https://firebase-php.readthedocs.io/en/stable/dynamic-links.html ) | ` \Kreait\Firebase\DynamicLinks ` | ` FirebaseDynamicLinks ` | ` app('firebase.dynamic_links') ` |
74+ | [ Realtime Database] ( https://firebase-php.readthedocs.io/en/stable/realtime-database.html ) | ` \Kreait\Firebase\Database ` | ` FirebaseDatabase ` | ` app('firebase.database') ` |
75+ | [ Remote Config] ( https://firebase-php.readthedocs.io/en/stable/remote-config.html ) | ` \Kreait\Firebase\RemoteConfig ` | ` FirebaseRemoteConfig ` | ` app('firebase.remote_config') ` |
76+ | [ Storage] ( https://firebase-php.readthedocs.io/en/stable/storage.html ) | ` \Kreait\Firebase\Storage ` | ` FirebaseStorage ` | ` app('firebase.storage') ` |
7677
7778Once you have retrieved a component, please refer to the [ documentation of the Firebase PHP Admin SDK] ( https://firebase-php.readthedocs.io )
7879for further information on how to use it.
0 commit comments