quickstart-unity icon indicating copy to clipboard operation
quickstart-unity copied to clipboard

[FR] UI for disable/enable auto init in unity editor

Open Thaina opened this issue 3 years ago • 4 comments

  • 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?

Thaina avatar Mar 09 '21 10:03 Thaina

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.

google-oss-bot avatar Mar 09 '21 10:03 google-oss-bot

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 avatar Mar 11 '21 22:03 vimanyu

@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

Thaina avatar Mar 12 '21 01:03 Thaina

Oh ok. Thanks for the clarification. Adding this as a feature request.

vimanyu avatar Mar 15 '21 07:03 vimanyu