Http calls doesn't work anymore after added cordova plugin FCM ( firebase cloud messaging )

Hello,

I’ve been developping my ionic app for a few weeks and everything was fine until I tried to enable push notifications in my app with Firebase cloud messaging. Now I can’t even logged in my app because it can’t find my external server. And the weird thing is that altough I went backward and removed FCM plugins from my plugins, it’s still called when starting the app :


And I don’t know why.
That’s what get out when i do a ionic cordova plugin ls image

I also tried to clean my project using ionic cordova build android but that doesn’t work either

Can you please help me ? I really don’t know what goes wrong …

Ok just needed to remove the platform and add it again, the plugin now load probably and the http calls ( that wasn’t working due to the whitelist plugin not loading ) are now working, sorry