How to use Firebase components in Laravel
mainThe package integrates with Laravel's Service Provider. Do not use the new Factory() pattern described in the standard Firebase PHP Admin SDK documentation. Instead, use Laravel's Dependency Injection, the Firebase Facade, or the app() helper to retrieve components.
For detailed information on how to interact with specific Firebase services (like Auth, Firestore, etc.), refer to the Firebase PHP Admin SDK documentation.