web2py doesn't include any built-in integration with Firebase, but you can use Firebase as you would in any web app. To connect from the client, use their Javascript SDK <https://firebase.google.com/docs/database/web/start>. If you need to connect to the Firebase REST API from the server, there are several Python helper libraries, as listed here: https://firebase.google.com/docs/database/rest/start. You could use those libraries within your web2py code.
Anthony On Wednesday, April 19, 2017 at 11:46:11 AM UTC-4, Rodrigo Gomes wrote: > > hello guys, I searched the web and did not find anything referring to > web2py and the google database > FireBase would like to know if someone know way to use the same with > web2py waiting for feedback, thanks > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

