Invertase
@invertaseio
We build open-source developer tools, SDKs, and libraries that help technology companies deliver exceptional developer experiences.
12,000 Stars! ⭐ We're thrilled to see the React Native @Firebase community continue to grow. A huge thank you to everyone who has starred, contributed to, and supported the project! Check out the repository: buff.ly/ehHS3lI
✍️ In this week's blog post, Jacob explains how to enable Genkit Monitoring in the Firebase Chatbot extension. Learn to get deep observability into your AI, with insights on token usage, latency, and error rates. Check it out 👇 buff.ly/H42hohh

In IO Connect in Berlin with @invertaseio team! Come and say hi 👋 (or Bonjour)
💡 Community Spotlight! It's great to see this excellent guide on creating documentation with docs.page from @Official_R_deep on @freecodecamp's platform. An amazing resource for anyone looking to get started! buff.ly/LXV6q4M
✍️ In this week's blog post Jude shares how to get real-time updates from Firebase Cloud Functions into your Flutter apps. Learn to stream data directly, so users see information as it arrives. Check it out 👇 buff.ly/I76YyMs
Prevent unauthorised Vertex AI calls & protect quotas/costs in React Native ✨ Use Firebase App Check for Vertex AI in @rnfirebase: 1️⃣ Get App Check: appCheckInstance = appCheck(app) 2️⃣ Init Secure Vertex AI: getVertexAI(app, { appCheck: appCheckInstance }) Essential for…

Estimate prompt costs with Vertex AI in React Native ✨ Use Vertex AI Gemini models with @rnfirebase: 1️⃣ Count tokens: model.countTokens('Your prompt') 2️⃣ Get count: result.totalTokens Ideal for managing API usage & predicting costs before you call. Read the docs:…

Stream AI-generated text as it arrives in React Native! ✨ Use Vertex AI Gemini models with @rnfirebase: 1️⃣ Start the stream 2️⃣ Update the UI with chunks as they arrive Perfect for creating interactive, real-time AI responses. 📚 Read the docs: buff.ly/NsjoLSl

Last week, we did a small hackthon in London with the @invertaseio team! We came up with a tool to replicate Slack messages on the GitHub page. This way, we can have a private chat about any issue on Slack, while still being able to keep the context on GitHub if needed 😇
Build conversational AI in React Native! ✨ Use Vertex AI Gemini models via @rnfirebase: 1️⃣ Start chat: model.startChat({...}) 2️⃣ Send message: chat.sendMessage('...') 3️⃣ Send more messages (context maintained automatically) Great for chatbots & conversational interfaces. 💬…

Understand images in React Native with AI! ✨ Use Vertex AI (Gemini 'gemini-pro-vision') via @rnfirebase: 1️⃣ Get model: getGenerativeModel ('gemini-pro-vision') 2️⃣ Send prompt & image (base64): model.generateContent([...]) 3️⃣ Get analysis: result.response.text() Great for…
![invertaseio's tweet image. Understand images in React Native with AI! ✨
Use Vertex AI (Gemini 'gemini-pro-vision') via @rnfirebase:
1️⃣ Get model: getGenerativeModel ('gemini-pro-vision')
2️⃣ Send prompt & image (base64): model.generateContent([...])
3️⃣ Get analysis: result.response.text()
Great for…](https://pbs.twimg.com/media/GpNw9eRW8AA0dlA.jpg)
Generate text in React Native with AI! ✨ Use Vertex AI for @rnfirebase: 1️⃣ getGenerativeModel 2️⃣ model.generateContent('Your prompt') 3️⃣ Get text: result.response.text() Perfect for chatbots, content creation & more! 📖 Docs: buff.ly/DdvRBP6

✍️ In this week's blog @BeGuillaume shares his learnings from migrating @FlutterDev plugins to Pigeon. Check it out 👇 buff.ly/ihozzWW
🚀 dart_firebase_admin v0.4.1 has shipped! What's New: ✨ Firestore Transactions 🛡️ AppCheck Support 📄 Security Rules API 🐛 Key Fixes Thanks to all our contributors. For the full details check out the change log: buff.ly/x5MwxcN

#Globe and #Dart on the server—where are we now, and where could we go? 🚀 @codekeyz is back to chat about Globe's latest updates and the exciting potential of Dart on the server. Join the conversation! #ServerSideDart #Flutter
Set a reminder for my upcoming Space!