Hi! I’m working on a chatbot that will take data from the firebase database, so is it possible to connect Firebase with Rasa? If yes, then how can I do it? Thanks!
1 Like
Hi @zahra_azeem!
So just to clarify, do you just want to fetch data from firebase and do something with that data? or do you want to use firebase as a tracker store?
Yes I want to fetch data from firebase. Actually I’m developing an android app which will take some data from user and will store it in firebase and chatbot has to fetch that data from there.
Then I guess you can use a custom action and call the Firebase APIs from within that action. You can use any of the python helper library of the Firebase to ease the development.
Hope that helps.