Invertase
@invertaseio
Followers
7K
Following
3K
Media
337
Statuses
2K
We build open-source developer tools, SDKs, and libraries that help technology companies deliver exceptional developer experiences.
United Kingdom
Joined September 2015
🚀 Melos v7.1.0 is out! ✨ Key updates: + Pub workspaces support + melos.yaml deprecated for pubspec.yaml + 'executeInTerminal' for IntelliJ run configs + Auto-rollback on dependency issues + Support for root packages in monorepos + Stability fixes too!
3
6
49
✍️ In this week's blog post, Russell outlines the roadmap for migrating React Native Firebase to TurboModules. Learn why we're doing it, the challenges of refactoring a 9-year-old codebase, and the benefits it will unlock. Check it out 👇 https://t.co/E0Nkzfk7Us
1
0
0
Add a database like you add a package. Globe Database is live in Beta: a serverless database built to fit your workflow. Start building 👉 https://t.co/nFPdgztSrH
1
8
29
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: https://t.co/ErzUI0UXun
0
2
17
✍️ 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 👇 https://t.co/MSLOYqBxKc
0
2
11
💡 Community Spotlight! It's great to see this excellent guide on creating documentation with https://t.co/0cuCvCckSC from @Official_R_deep on @freecodecamp's platform. An amazing resource for anyone looking to get started! https://t.co/TDRV1dI70U
docs.page
Publish beautiful online documentation instantly, from your code editor using markdown and a public GitHub repository.
0
1
8
✍️ 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 👇 https://t.co/K3xSB6eGgu
0
4
11
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
0
0
2
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:
0
0
1
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: https://t.co/ptDFqz7tYt
0
2
6
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 😇
1
3
19
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. 💬
0
1
3
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
0
1
7
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: https://t.co/jgS7zGVpzQ
1
0
4
✍️ In this week's blog @BeGuillaume shares his learnings from migrating @FlutterDev plugins to Pigeon. Check it out 👇 https://t.co/7iW2JeKvqB
1
5
29