Invertase (@invertaseio) 's Twitter Profile
Invertase

@invertaseio

We build open-source developer tools, SDKs, and libraries that help technology companies deliver exceptional developer experiences.

ID: 3769699761

linkhttp://invertase.io calendar_today25-09-2015 09:46:57

1,1K Tweet

6,6K Followers

150 Following

Globe (@dart_globe) 's Twitter Profile Photo

#Globe and #Dart on the server—where are we now, and where could we go? 🚀 Chima, pronounced Chee-ma. is back to chat about Globe's latest updates and the exciting potential of Dart on the server. Join the conversation! #ServerSideDart #Flutter

Invertase (@invertaseio) 's Twitter Profile Photo

🚀 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

🚀 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
Invertase (@invertaseio) 's Twitter Profile Photo

Generate text in React Native with AI! ✨ Use Vertex AI for React Native Firebase: 1️⃣ getGenerativeModel 2️⃣ model.generateContent('Your prompt') 3️⃣ Get text: result.response.text() Perfect for chatbots, content creation & more! 📖 Docs: buff.ly/DdvRBP6

Generate text in React Native with AI! ✨

Use Vertex AI for <a href="/rnfirebase/">React Native Firebase</a>:
1️⃣ getGenerativeModel
2️⃣ model.generateContent('Your prompt')
3️⃣ Get text: result.response.text()

Perfect for chatbots, content creation &amp; more!

📖 Docs: buff.ly/DdvRBP6
Invertase (@invertaseio) 's Twitter Profile Photo

Understand images in React Native with AI! ✨ Use Vertex AI (Gemini 'gemini-pro-vision') via React Native Firebase: 1️⃣ Get model: getGenerativeModel ('gemini-pro-vision') 2️⃣ Send prompt & image (base64): model.generateContent([...]) 3️⃣ Get analysis: result.response.text() Great for

Understand images in React Native with AI! ✨ 

Use Vertex AI (Gemini 'gemini-pro-vision') via <a href="/rnfirebase/">React Native Firebase</a>:
1️⃣ Get model: getGenerativeModel ('gemini-pro-vision')
2️⃣ Send prompt &amp; image (base64): model.generateContent([...])
3️⃣ Get analysis: result.response.text()

Great for
Invertase (@invertaseio) 's Twitter Profile Photo

Build conversational AI in React Native! ✨ Use Vertex AI Gemini models via React Native Firebase: 1️⃣ Start chat: model.startChat({...}) 2️⃣ Send message: chat.sendMessage('...') 3️⃣ Send more messages (context maintained automatically) Great for chatbots & conversational interfaces. 💬

Build conversational AI in React Native! ✨

Use Vertex AI Gemini models via <a href="/rnfirebase/">React Native Firebase</a>:

1️⃣ Start chat: model.startChat({...})
2️⃣ Send message: chat.sendMessage('...')
3️⃣ Send more messages (context maintained automatically)

Great for chatbots &amp; conversational interfaces. 💬
Guillaume Bernos (@beguillaume) 's Twitter Profile Photo

Last week, we did a small hackthon in London with the Invertase 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 😇

Last week, we did a small hackthon in London with the <a href="/invertaseio/">Invertase</a> 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 😇
Invertase (@invertaseio) 's Twitter Profile Photo

Stream AI-generated text as it arrives in React Native! ✨ Use Vertex AI Gemini models with React Native Firebase: 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

Stream AI-generated text as it arrives in React Native! ✨ 

Use Vertex AI Gemini models with <a href="/rnfirebase/">React Native Firebase</a>:
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
Invertase (@invertaseio) 's Twitter Profile Photo

Estimate prompt costs with Vertex AI in React Native ✨ Use Vertex AI Gemini models with React Native Firebase: 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:

Estimate prompt costs with Vertex AI in React Native ✨ 

Use Vertex AI Gemini models with <a href="/rnfirebase/">React Native Firebase</a>:
1️⃣  Count tokens: model.countTokens('Your prompt')
2️⃣  Get count: result.totalTokens

Ideal for managing API usage &amp; predicting costs before you call.

Read the docs:
Invertase (@invertaseio) 's Twitter Profile Photo

Prevent unauthorised Vertex AI calls & protect quotas/costs in React Native ✨ Use Firebase App Check for Vertex AI in React Native Firebase: 1️⃣ Get App Check: appCheckInstance = appCheck(app) 2️⃣ Init Secure Vertex AI: getVertexAI(app, { appCheck: appCheckInstance }) Essential for

Prevent unauthorised Vertex AI calls &amp; protect quotas/costs in React Native ✨ 

Use Firebase App Check for Vertex AI in <a href="/rnfirebase/">React Native Firebase</a>:
1️⃣  Get App Check: appCheckInstance = appCheck(app)
2️⃣  Init Secure Vertex AI: getVertexAI(app, { appCheck: appCheckInstance })

Essential for
Invertase (@invertaseio) 's Twitter Profile Photo

✍️ 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

Invertase (@invertaseio) 's Twitter Profile Photo

💡 Community Spotlight! It's great to see this excellent guide on creating documentation with docs.page from Rajdeep Singh on @freecodecamp's platform. An amazing resource for anyone looking to get started! buff.ly/LXV6q4M

Invertase (@invertaseio) 's Twitter Profile Photo

✍️ 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 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