You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.
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
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 !
The text was updated successfully, but these errors were encountered:
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
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 !
The text was updated successfully, but these errors were encountered: