Hello,
I created application.
And I want that when I store any value or images.
After stored successful at the same time I need show notification data is successfully stored.
Is it possible in kodular ?
Hello,
I created application.
And I want that when I store any value or images.
After stored successful at the same time I need show notification data is successfully stored.
Is it possible in kodular ?
Just show a Notifier Alert
Firebase Database
or
Firebase Storage
For Firebase Database -
Use this Block and add Notifier - Show Alert.
For Firebase Storage -
Use this Block and add Notifier - Show Alert.
@Vikash_Rana u should do that because firebase is very fast it will store the value immediately
For Firebase Database, using Data Changed block will give an alert message from every User who is Active in the App.
that depends on how you are managing the database.
if you have something like different project buckets for different user, then nothing will happen so.
I have a firebase storage extention
so, what should i do ?
Which Extension.
And Why Extension when we have Inbuilt Firebase Storage Component.
There’s an extension for Firebase Storage
. The in-built component needs JSON file from Firebase while the extension component doesn’t.
this extention comunication process is too long.
can you explain me in easy way ?
how can we use it ?
To upload file to Firebase storage, you cam use extension or you can use in built component. For in built component, you should upload Google service JSON in your asset.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.