External collections Update/Delete records

I am using Firebase for my external collection and I have setup the API connection with all the endpoints etc. (Test successfull)

If want to create a new record in my collection directly from adalo via a custom action, it works.
BUT when it comes to delete or update a record, it doesnt work.

I get this error

Can anyone help me on this ? I might have made a mistake.
Thankkkss @Victor

Hi @lolover22,

External collection test, as I far as I know, is just a GET query. So it doesn’t test updates/deletes.

Did you check FB security rules?

Best,
Victor.

Hi @Victor,
Yes I know the test is only testing the GET ALL but then I wonder.

What can be wrong ? Is the “/Pronos/{{id}}” the good way in adalo ton delete the relevant record ?

The FB security rules are ok.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.