Hacker News new | ask | show | jobs
by sneak 1588 days ago
Is it possible to entirely disable FCM in the client to avoid its phoning home to Google? If I wanted Google to have my home event data I would just use Google Home.
1 comments

Yes. The toggle in Privacy will make the app not initialize Firebase. The library will still be in memory, but I don't believe it does anything. I also do not want Google to receive anything, which is why it's going to be removed once we have a replacement.
Re memory, maybe use dlopen to load Firebase when it is enabled?