Cvmcosta / ltijs

Turn your application into a fully integratable LTI 1.3 tool provider.
https://cvmcosta.github.io/ltijs/
Apache License 2.0
304 stars 70 forks source link

Firebase Firestore as DB #74

Open NashIlli opened 3 years ago

NashIlli commented 3 years ago

Hi!

I noticed that this package previously had support for Firebase working with the plugin ltijs-firestore (https://github.com/lucastercas/ltijs-firestore)

Is it possible now? Anyone that uses ltijs with Firebase? Is there any example?

Thanks in advance!

Cvmcosta commented 3 years ago

Hello, there is a firestore database plugin but sadly it is quite outdated right now and i don't really have the expertise (or the time) to update it right now.

NashIlli commented 3 years ago

Thanks! I will check on it and try to update!

Cvmcosta commented 3 years ago

Great! Please follow the same structure (methods and parameters) as the standard database class. Thanks a lot!

zoranpopovic commented 3 years ago

@NashIlli did you ever manage to get the firestore db plugin to work?