Add macOS support #1653
Replies: 15 comments
-
PRs for They are 99% identical to their iOS siblings. I currently added them as |
Beta Was this translation helpful? Give feedback.
-
@cbenhagen What about extracting the common ios and macos parts to a shared package that gets dependend on by both the ios plugin (in the core package) and the macos version (in its own, federated, package)? |
Beta Was this translation helpful? Give feedback.
-
how is it going? and how do we add osx support for firebase, is it just like ios? i mean info.plist file. |
Beta Was this translation helpful? Give feedback.
-
@cbenhagen Great work, happy to see progress on this! |
Beta Was this translation helpful? Give feedback.
-
@abjorck I can't promise anything but I will try and see how far I get. Will add |
Beta Was this translation helpful? Give feedback.
-
@cbenhagen StackOverflow: flutter-flutter-firebase-crashlytics-not-showing-for-ios |
Beta Was this translation helpful? Give feedback.
-
@viktor-morin please stop hijacking other issues. |
Beta Was this translation helpful? Give feedback.
-
I'm not trying yo hiijacking anything, I'm trying to solve an issue. So this isn't related either? So this is just for macOS and not iOS? I was hoping solving macOS would solve iOS as well. My bad. |
Beta Was this translation helpful? Give feedback.
-
Fixing your issue for iOS would most likely also fix it for macOS as the code is shared. This issue here was created to track overall progress of macOS implementations of all firebase plugins and to discuss topics which touch them all like sharing code between iOS and macOS. Please keep the communication about your specific issue in the issue itself unless you have good reasons to believe that another issue is closely related. Keeping issues on topic greatly helps everyone involved. Don't get me wrong, I totally understand you meant no harm and you just want your issue fixed. |
Beta Was this translation helpful? Give feedback.
-
Manage to solve it for MAC, apparently you need in the Firebase Console, for iOS press "Enable SDK" Step 1: Set up Crashlytics in the Firebase console If your Firebase project has multiple apps registered in it, select the app you just added from the dropdown next to Crashlytics in the top bar of the console. Click Add SDK. |
Beta Was this translation helpful? Give feedback.
-
@cbenhagen do you have any plans to add firebase_analytics support? |
Beta Was this translation helpful? Give feedback.
-
This is blocked by firebase/firebase-ios-sdk#1732 |
Beta Was this translation helpful? Give feedback.
-
Hey all, just an FYI |
Beta Was this translation helpful? Give feedback.
-
Hey all, another FYI 🙃 |
Beta Was this translation helpful? Give feedback.
-
Hey all, yet another FYI 🙃 |
Beta Was this translation helpful? Give feedback.
-
From the Firebase iOS SDK readme:
This should make it quite easy to support most Firebase plugins on macOS. If noone is already working on this I will try to experiment with
firebase_core
,firebase_auth
,cloud_functions
andcloud_firestore
. Help and guidance very much appreciated.How do you feel about converting those plugins to Swift at the same time? It's not really needed but I would feel much more comfortable with that language.
/cc @ditman @hterkelsen @collinjackson
Beta Was this translation helpful? Give feedback.
All reactions