Skip to main content

v2.26.19 Firebase, misc.

Supported Firebase APIs​

  • User management
    • Getting users by uid, email, and phone number
    • Updating users
    • Creating users
    • Deleting users
    • Listing users
  • Database querying using order by, limits, and range queries

To learn more, see our docs here: https://docs.tryretool.com/v2.26.10/docs/firebase-integration

Misc​

  • Added support for OAuth 2.0 Client Credentials authentication
  • Fixed: the initial value of CheckboxGroup components is an empty list [] instead of an empty string ''
  • Fixed: Previewing "Querying JSON via SQL" queries now correctly shows a preview of the result.