You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes:
- Updates workflow to a version of firebase-cpp-sdk that includes `functions` and `storage` headers and libs.
- Adds incomplete support for mapping between Swift `Any` and C++ `firebase::Variant` types -- just what is needed by Arc for now.
- Adds `FirebaseFunctionsErrorCode` following the pattern for `FirestoreErrorCode`, et. al.
- Adds C++ type `FunctionsRef` as a copyable wrapper for the C++ `Functions` type, so that it can be exposed to Swift.
- Adds `HTTPSCallable` and `HTTPSCallableResult` wrapper types.
- Adds basic subset of `Functions` interface -- just what is needed by Arc for now.
0 commit comments