
Invertase
@invertaseio
Followers
6K
Following
3K
Media
335
Statuses
2K
We build open-source developer tools, SDKs, and libraries that help technology companies deliver exceptional developer experiences.
United Kingdom
Joined September 2015
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:
0
2
16
RT @BeGuillaume: In IO Connect in Berlin with @invertaseio team! Come and say hi 👋 (or Bonjour)
0
2
0
💡 Community Spotlight!. It's great to see this excellent guide on creating documentation with from @Official_R_deep on @freecodecamp's platform. An amazing resource for anyone looking to get started!.
docs.page
Publish beautiful online documentation instantly, from your code editor using markdown and a public GitHub repository.
0
1
8
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:
0
2
6
RT @BeGuillaume: Last week, we did a small hackthon in London with the @invertaseio team!.We came up with a tool to replicate Slack message….
0
3
0
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:
1
0
4
✍️ In this week's blog @BeGuillaume shares his learnings from migrating @FlutterDev plugins to Pigeon. Check it out 👇 .
1
5
29
RT @dart_globe: #Globe and #Dart on the server—where are we now, and where could we go? 🚀 @codekeyz is back to chat about Globe's latest u….
0
2
0
@widgetbook_io If you're looking to manage a design system for Flutter and haven't already used Widgetbook, check it out.
0
2
0