Hi,
Does the Google Analytics plugin work with Firebase?
The docs for the plugin state to register with Google Analytics. Once you’ve done that, Google Analytics requires you to connect with and use Firebase for analytics.
“This app works using_Firebase_– Google’s integrated app developer platform. Connect to Firebase to complete your setup.”
"Firebase is Google’s mobile app developer platform and helps developers incorporate Google’s mobile app services quickly and easily – including Google Analytics. "
Also, In the plugin’s docs for initializing the plugin, the example ID begins with the typical Google Analytics UA-.
https://docs.coronalabs.com/plugin/googleAnalytics/init.html
local googleAnalytics = require( "plugin.googleAnalytics" ) -- Initialize Google Analytics googleAnalytics.init( "CoronaApp1", "UA-12345678-90" )
A Firebase api key does not.