Ensemble update - January 2025
In a nutshell:
- Customer Spotlight: KPN Sports β½
- Secure phone login with Firebase Auth π
- Effortless deployments with updated build system βοΈ
- Omnichannel engagement enabled by MoEngage π‘
- Optimize app performance with Firebase SDK π₯
- Instant share: quick mobile sharing π²
- Seamless pre-release testing with Firebase App Distribution π€
- And a range of other features π
Customer Spotlight: KPN Sports β½

We're excited to highlight our collaboration with KPN, one of Europe's premier telecommunications providers, in launching a dedicated Sports section within their TV app. This innovative feature transforms the viewing experience for sports enthusiasts by delivering real-time updates, interactive content, and exclusive insights right at their fingertips. With this rollout, KPN not only enhances user engagement but also sets a new standard in delivering dynamic, on-demand sports entertainment to millions across Europe. See KPN's blog post for more details.
Secure phone login with Firebase Auth π

Empower your customers with a seamless and secure login experience using their phone numbers, all through our integrated Firebase Phone Auth solution. Check it out here.
Effortless deployments with updated build system βοΈ

Weβve introduced our next-generation Build System v2βoffering powerful upgrades, faster performance, and improved stability for all your app-building needs. Now you can deploy to the Apple App Store, Google Play Store, or the web with ease, ensuring smooth, error-free releases right from your browser. Check it out by going to Build & Deploy section within your app.
Omnichannel engagement enabled by MoEngage π‘

Experience seamless customer interactions with our native MoEngage integration. Unlock real-time push notifications, in-app messaging, event tracking, and user attribute management across both iOS and Android for a fully connected engagement strategy. See the docs here.
Optimize app performance with Firebase SDK π₯

You can now integrate the Firebase Performance SDK directly into your apps to track metrics such as network requests, screen load times, and custom events. Gain actionable insights and fine-tune your appβs speed and user experience like never before.
Instant share: quick mobile sharing π²

Quickly share links, texts, and files directly from your camera or file system with our seamless share sheet on both Android and iOS. See the docs here.
Seamless pre-release testing with Firebase App Distribution π€

Quickly distribute your apps to testers right from the platform, streamlining feedback before going live. Keep your workflows lean and efficient at every stage of app development.
And a range of other features π
- You can now take screenshots of specific part of the screen using `takeScreenshot` action. See example here.
- We introduced a new action,
closeApp
, so you can perform that action wherever you wish. - Opacity property is now available on all widgets so you adjust the opacity across the entire widget.
- Bluetooth and Camera Permissions were fixed to avoid extra permission requests, ensuring your app can interact with hardware only when needed.
- Auth and OTP Package Fix - Weβve eliminated the need for ProGuard rules in your apps and build system, solving issues related to authentication and OTP packages.
- Date widget has a new property,
showClearIcon
so you can disable the clear option for required fields.