Firebase database integration with gemini
01:23 29 Feb 2024

Came across this article today on integration of firebase with Gemini. https://firebase.blog/posts/2024/02/supercharge-apps-firebase-gemini

Document mentions about

Firebase Extensions are pre-packaged solutions that allow you to add new features to your apps with only a few lines of code. Both the Build Chatbot with the Gemini API and Multimodal Tasks with the Gemini API Firebase Extensions allow you to implement AI use cases by just writing documents to Firestore.

Q1. Is there alternative extension available that will help to integrate with firebase realtime database (not firestore)

Q2. If answer is YES, firebase realtime database is encrypted, is there way to train it with Customer-managed encryption keys hosted on google cloud directly?

Q3. Can plugin works with firebase security rules ( for data training, exclude data which is protected and only include one which is public )?

firebase-realtime-database google-gemini