WordPress LMS for Web and mobile › Forums › Ionic App Support › remove goolge and facebook
Hello, I want remove all google and facebook, such ad google-plus, push, login and so on. Please tell me how to remove from the source code and what cordova plguins should be removed ?
Hi,
You can disable the google facebook and push plugin from config.ts:http://prntscr.com/qka7qf http://prntscr.com/qka7yj but can not remove.
As your other concern https://wplms.io/forums/topic/ionic-cordova-platform-add-android-errors/ caused by push-notification plugin.
you have to remove push from app-module.ts, app-component.ts and services/push_notification.ts
Or please share your src as editable we will remove and let you know.
Hi, if I don’t remove all things about google from the source code, it will ask me to offer google-services.json which I don’t have when build app.
Download google-services.json from firebase console:http://prntscr.com/qkaki5 And paste where the terminal searched.