Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["\u003cp\u003eThe \u003ccode\u003ecom.google.firebase\u003c/code\u003e package provides core functionalities for Firebase in Android development, supporting both Kotlin and Java.\u003c/p\u003e\n"],["\u003cp\u003eThis package includes \u003ccode\u003eFirebaseApiNotAvailableException\u003c/code\u003e and \u003ccode\u003eFirebaseException\u003c/code\u003e for handling potential issues when integrating Firebase services.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFirebaseApiNotAvailableException\u003c/code\u003e signals when a specific Firebase API is unavailable for use, while \u003ccode\u003eFirebaseException\u003c/code\u003e serves as the base class for all Firebase-related exceptions.\u003c/p\u003e\n"]]],[],null,["# com.google.firebase\n===================\n\nKotlin \\|[Java](/android/reference/com/google/firebase/package-summary \"View this page in Java\") \n\nExceptions\n----------\n\n|-------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------|\n| [FirebaseApiNotAvailableException](https://firebase.google.com/docs/reference/kotlin/com/google/firebase/FirebaseApiNotAvailableException.html) | Indicates that a requested API is not available. |\n| [FirebaseException](https://firebase.google.com/docs/reference/kotlin/com/google/firebase/FirebaseException.html) | Base class for all Firebase exceptions. |"]]