Use Firebase in PushNotifications.swift #3336
-
I am playing around with Firebase PushNotifications and stubled upon the unimplemented But I am having trouble importing |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can't modify PushNotifications.swift because that's Capacitor code. Unless you want to work in your own fork of Capacitor with a Firebase dependency, in that case you can do as this PR did |
Beta Was this translation helpful? Give feedback.
You can't modify PushNotifications.swift because that's Capacitor code.
Unless you want to work in your own fork of Capacitor with a Firebase dependency, in that case you can do as this PR did
#2738