JakeWharton/ProcessPhoenix

Check if code is run inside second process

adipascu opened this issue · 1 comments

My app crashes because Firebase Remote Config does not like to be started inside the :phoenix process. I need to check in my application class if the process is the :phoenix process avoid preloading remote config data from firebase.

You can check the process name. If someone wants to add a static API helper I'll take a PR for it.