quickstart-unity
quickstart-unity copied to clipboard
[FR] UI for disable/enable auto init in unity editor
- Firebase Component: Core
There is a setting that allow us to Prevent auto initialization. But I think firebase sdk can write/rewrite both xml and plist internally, isn't it?
So I wish that there would be a setting, just a toggle for enable/disable auto initialization somewhere, to insert this config into build process by firebase
Is it possible?
I found a few problems with this issue:
- I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
- This issue does not seem to follow the issue template. Make sure you provide all the required information.
Hi,
Could you add more details on the request?
Doesn't setting TokenRegistrationOnInitEnabled
public static boolean to True/False achieve this in addition to modifying the Manifest/plist achieve this?
@vimanyu There are some settings that need to be prepared for build time if you just look in the link. That was related to modification of xml and plist file
What I said here is I want the > modification of xml and plist file < to be a thing that SDK can do by itself. I want some UI that I could just toggle it and it will add that option to the xml
and plist
on the build time from firebase sdk, instead do it manually
Oh ok. Thanks for the clarification. Adding this as a feature request.