The Social component in app builders typically provides functionalities that allow developers to integrate social media features into their applications, facilitating interaction, sharing, and engagement with social platforms.
About the component

- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 29 Blocks Available
The FirebaseDB component allows your application to store and retrieve data from a Firebase Realtime Database. It provides functionality to store values under tags, retrieve values, listen for data changes, and manage lists atomically.
Overview
A non-visible component that facilitates storing and retrieving data from a Firebase Realtime Database.
android.permission.INTERNET
This component requires the Internet permission to communicate with the Firebase service.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | tag | string | |
2 | value | object |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | message | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | value | object |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | tag | string | |
2 | value | object |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | value | list |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | tag | string | |
2 | valueToAdd | object |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | tag | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | tag | string | |
2 | valueIfTagNotThere | object |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | tag | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | tag | string | |
2 | valueToStore | object |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | DeveloperBucket | string | |
2 | DeveloperBucket | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | FirebaseToken | string | |
2 | FirebaseToken | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | FirebaseURL | string | DEFAULT |
2 | FirebaseURL | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ProjectBucket | string | |
2 | ProjectBucket | string |