External SDK possible on Native Mobile?

Hi guys,

Is it possible at the moment to insert 3rd party sdks like mixpanel or firebase?

Cheers!

Not natively — Bubble’s mobile wrapper doesn’t give you direct SDK access the way a true native app would.

Your best bet is to use Bubble plugins that wrap those SDKs (there are a few Mixpanel and Firebase plugins in the marketplace), or trigger API calls to those services via the API Connector. You won’t get the full SDK feature set but most of the core tracking/analytics functionality is still accessible that way.

Cheers. Will we ever get direct SDK access? What do you think? I think this is a big drawback?

this limitation is a deal breaker for some app types unfortunately

You can build your own plug-in that includes the SDK, but I doubt there will ever be ab easier way