sidferreira / aor-firebase-client

Firebase client for Admin on Rest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data are created but not with the correct path on firebase

Mcdostone opened this issue · comments

Hi guys !

First of all, thanks for your library :) I have a issue when I want to insert data in firebase ! Data are inserted but not in the correct path on firebase !

This is my route when I want to create an event for example:
http://localhost:3000/admin/events/create

sans titre

I would to like that data are inserted into /events, but here data are saved in /admin/events.
This is normal because your library uses the basepath which corresponds to the location path:
restClient.js#L142

Maybe, it could be better to to get the firebase reference on the resource, not on the basepath, like you do

Thanks in advance !

Indeed!!! Fixing!

Cool 👍 You have probably the same fix to apply for UPDATE and DELETE !

Thanks for you reactivity !

@Mcdostone I wasn't expecting people use this fast TBH.
Just published 0.0.8.