Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 537 Bytes

CHANGELOG.md

File metadata and controls

13 lines (10 loc) · 537 Bytes

0.0.1

  • The Cloud Functions for Firebase client SDKs let you call functions directly from a Firebase app. This plugin exposes this ability to Flutter apps.

    Callable functions are similar to other HTTP functions, with these additional features:

    • With callables, Firebase Authentication and FCM tokens are automatically included in requests.
    • The functions.https.onCall trigger automatically deserializes the request body and validates auth tokens.