Firebase Addon

This extension allows you to create firebase realtime database dynamically to manage multiple buckets with ids on same time. Unlike the native Firebase component this extension has many events that helps you to identify the changes in your database.

Released on : 15 Jun 2021

Last Updated on : 15 Jun 2021

Latest Version : 1.0.0

All Blocks
blocks blocks blocks
Documentation
image

This event raises when any error occurred. It mostly raises when firebase denied the permission to write and read.

image

This event raises when any new child has been added to your bucket.

image

This event raises when any tag has been changed in your bucket.

image

This event raises when any tag removed in your database. This can not be listened with native firebase component.

image

This event raises when you used Store Value block of the extension and it successfully stored the value.

image

Initialize or create a new firebase referenced to that firebase URL or project bucket. You can change the firebase URL and bucket using other blocks.

image

Return true if the current user is authenticated or not.

image

Returns the Auth Data of the current user in JSON format that contains UID and token, provider of the current user.

image

These blocks set the properties of created firebase with id.

How to Use

Just initialize the firebase with desired firebase URL and project bucket and give an unique id so you can identify it later.

image

And the rest blocks are simple and same as firebase component So I don't think I need to provide usage for them.

After creating the firebase you can start listening the events of that bucket.

image
Downloads

You can download this extension from AI2 Store.