ratiw / vuetable-2-tutorial

MIT License
258 stars 67 forks source link

How to use this awesome project with Firebase? #88

Open JosielFaleiros opened 6 years ago

JosielFaleiros commented 6 years ago

I want to list items from my Firebase database, any suggestions are welcome :D

ratiw commented 6 years ago

Well, I didn't have much experience with Firebase, so I can't say for sure how it will work API mode in Vuetable. But I think you should be able to use in in Data mode by supplying the JSON data to Vuetable.

JosielFaleiros commented 6 years ago

I see, I asked because I wasn't able to use your component without an endpoint, as you said. Perhaps I am missing something, could you supply an example of use in this mode? or point me to the point in docs where it is.

I use firebase own sdk to retrieve the data, so I don't have direct access to the endpoint. Thanks for the reply!!

ratiw commented 6 years ago

@JosielFaleiros See this CodeSandbox