πŸ”₯ Firestore: scalable database

When we get n187 we will be able to work with Firestore through the web component and its REST api using the http PATCH request

Firestore : Recast Extension [Android - X ]
Removed by Mod - only the developer can upload directly an extension

1 Like

Hello Can AnyOne Explain How to Store Data in the document. Actually I am making A Chatting Application and so I need to create A Document for each message. So if I want to add details of Message like Sender, Message, Time etc, How should i Store them while creating a document Please Explain.

How to filter by (in) equal to any of the following query.

already i try with opStr = in but i's showing error .
please help me :pray: :pray: :pray:

admin in the extension configuration part, where is boolean persistent?

Given it seems that this extension has been abandoned by its creator, you might now consider using the web component and the Firestore REST API:

1 Like

Today I'm facing this type of error

Extension needs to be recasted in order to use androidX libraries. Unfortunately developer isn't active anymore to help you. Maybe try to do it using

2 Likes

Thank you so much

I'm unable to using firebase authentication and firestone both a time same project in kodular. Please help me

I provided some guidance in my Firestore REST API guide regarding security/rules. The rules do look a little different and how to connect to Firestore as an authenticated user is also different to realtime database. You may need to use the web component for authentication as well ?

Here a link to Firebase's Firestore Security page

If it is a Kodular specific problem, then you should ask on the Kodular community. (I see you have already asked :wink: )

2 Likes

Dear @TIMAI2 any guidance on the urlPath of this tutorial? I cannot found any information regarding the URL in order to create the global variable

Which tutorial? Have you searched the Tutorials category?

Are there any news for the use of firestore in appinventor?

yes, I am implementing them without problems.

One question, how can I get notifications when there are changes to the database.
Otherwise I have to make many calls to the DB to get updated data !!

Not sure about notifications, but you can get realtime updates by creating a small one page web app in html. See my Guide: REALTIME UPDATES (after DELETE).

I got this error. What is the reason for this?
-> java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/util/ArrayMap;

image

1 Like

Are you now using this extension ?

Firebase Store Extension