hello everyone, I'm new to low code, and wanting to implement the google tag manager to the mobile app.I did some googling and they said we should use firebase, I do some research but seems there is no guide, or an example for me to follow, have anyone try to implement that?
Hi le hong phu,
Add Firebase to your Mobile App:Use the Firebase Mobile Plugin from OutSystems Forge.Configure Firebase in your app with your project’s google-services.json (Android) and GoogleService-Info.plist (iOS).Integrate Google Tag Manager:GTM will be initialized through Firebase.Unfortunately, OutSystems doesn’t offer an official GTM plugin, so you’ll have to extend it via a Cordova plugin or custom native code.There is a third-party Cordova plugin named cordova-plugin-google-tag-manager, but you will have to wrap this inside an OutSystems plugin if you choose to do that.Send Events:After the setup, send events using Firebase.You can decide what events are sent to GTM using Firebase and the GTM container.