snowykz
snowykz

Reputation: 256

GTM environment equivalent for Firebase apps

I have a project which runs Firebase and GTM on apps.

I am looking for a solution which is something similar or equivalent to GTM environments for Web containers.

What is required, What I am looking to achieve.

Can anyone shed some light on approaches to achieve separation between staging and production tags for Firebase apps using GTM?

Upvotes: 0

Views: 561

Answers (1)

Suresh Kumar Durairaj
Suresh Kumar Durairaj

Reputation: 2126

@Kenny,

Firebase remote config helps you in your case.

https://firebase.google.com/docs/remote-config/use-config-ios

You can also segment your environment(containers in GTM) by projects(in firebase term)

ie., you can segment your environment by projects(production, stage, qa in different projects)

Hope this helps!

Upvotes: 0

Related Questions