Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

FirebaseInAppMessaging SPM naming convention #12278

bartosz-pawelczyk started this conversation in General
Discussion options

Hi,
Release notes contains information about migration from FirebaseInAppMessagingSwift to FirebaseInAppMessaging.

Screenshot 2024年01月16日 at 13 19 09

However Package.swift (10.19.1) contains old naming with Beta postfix and xcode cannot find as FirebaseInAppMessaging. Was it done on purpose?

 .library(
 name: "FirebaseInAppMessaging-Beta",
 targets: ["FirebaseInAppMessagingTarget"]
 ),
 .library(
 name: "FirebaseInAppMessagingSwift-Beta",
 targets: ["FirebaseInAppMessagingSwift"]
 ),
You must be logged in to vote

Replies: 1 comment

Comment options

Hi @bartosz-pawelczyk, sorry for the confusion. This was not done on purpose. The release notes probably should have referred to the modules with the postfix to make that clear. The consolidation of the Swift extension into Firebase In App Messaging had no effect on In App Messaging being in beta.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /