App
Firebase application object.
Options that control the creation of a Firebase App.
Type-specific version of FutureBase.
Type-independent return type of asynchronous calls.
Class that provides more context to FutureHandleId, which allows the underlying API to track handles, perform reference counting, etc.
Utility class to help with initializing Firebase modules.
A Timestamp represents a point in time independent of any time zone or calendar, represented as seconds and fractions of seconds at nanosecond resolution in UTC Epoch time.
Variant data type used by Firebase libraries.
Namespaces | |
---|---|
firebase:: | Firebase Analytics API. |
firebase:: | |
firebase:: | Firebase Authentication API. |
firebase:: | Namespace for the Firebase Realtime Database C++ SDK. |
firebase:: | Firebase Dynamic Links API. |
firebase:: | Cloud Firestore API. |
firebase:: | Namespace for the Firebase C++ SDK for Cloud Functions. |
firebase:: | API for Google Mobile Ads with Firebase. |
firebase:: | |
firebase:: | Firebase Cloud Messaging API. |
firebase:: | Firebase Remote Config API. |
firebase:: | Namespace for the Firebase C++ SDK for Cloud Storage. |
FutureStatus
Asynchronous call status.
Properties | |
---|---|
kFutureStatusComplete | Results are ready. |
kFutureStatusInvalid | No result is pending. FutureBase::Release() or move operator was called. |
kFutureStatusPending | Result is still being processed. |
InitResult
Reports whether a Firebase module initialized successfully.
Properties | |
---|---|
kInitResultFailedMissingDependency | The given library failed to initialize due to a missing dependency. On Android, this typically means that Google Play services is not available and the library requires it. Use google_play_services::CheckAvailability() and google_play_services::MakeAvailable() to resolve this issue. Also, on Android, this value can be returned if the Java dependencies of a Firebase component are not included in the application, causing initialization to fail. This means that the application's build environment is not configured correctly. To resolve the problem, see the SDK setup documentation for the set of Java dependencies (AARs) required for the component that failed to initialize. |
kInitResultSuccess | The given library was successfully initialized. |
LogLevel
uintptr_tFutureHandleId
Handle that the API uses to identify an asynchronous call.
The exact interpretation of the handle is up to the API.
LogLevelGetLogLevel()
Gets the logging verbosity.
Details | |
---|---|
Returns | Get the currently configured logging verbosity. |
voidSetLogLevel(LogLevellevel)
Sets the logging verbosity.
All log messages at or above the specific log level.
Details | |||
---|---|---|---|
Parameters |
|
booloperator<(constTimestamp&lhs,constTimestamp&rhs)
Checks whether lhs
and rhs
are in ascending order.
booloperator<=(constTimestamp&lhs,constTimestamp&rhs)
Checks whether lhs
and rhs
are in non-descending order.
booloperator>(constTimestamp&lhs,constTimestamp&rhs)
Checks whether lhs
and rhs
are in descending order.
booloperator>=(constTimestamp&lhs,constTimestamp&rhs)
Checks whether lhs
and rhs
are in non-ascending order.
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 2023-05-04 UTC.