firebase-ios-sdk icon indicating copy to clipboard operation
firebase-ios-sdk copied to clipboard

In-App Messaging still in beta?

Open saldous opened this issue 1 year ago • 3 comments

Description

When I do pod install with pod 'FirebaseInAppMessaging' in my podfile, it installs v0.13.0

I found a closed ticket from almost a year ago saying it is in beta and to use pod 'FirebaseInAppMessaging', '> 10.13-beta', which installs 11.2.0-beta. But your documentation doesn't say to do this? https://firebase.google.com/docs/in-app-messaging/get-started?platform=ios

I want to make sure I'm getting the right version. Thanks.

Reproducing the issue

Pod install with pod 'FirebaseInAppMessaging' in podfile installs v0.13.0

Firebase SDK Version

11.2

Xcode Version

15.4

Installation Method

CocoaPods

Firebase Product(s)

In-App Messaging

Targeted Platforms

iOS

Relevant Log Output

No response

If using Swift Package Manager, the project's Package.resolved

No response

If using CocoaPods, the project's Podfile.lock

pod 'FirebaseAnalytics' pod 'FirebaseAuth' pod 'FirebaseCore' pod 'FirebaseCrashlytics' pod 'FirebaseFirestore' pod 'FirebaseMessaging' pod 'FirebaseInAppMessaging' pod 'FirebaseRemoteConfig'

saldous avatar Sep 18 '24 19:09 saldous

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

google-oss-bot avatar Sep 18 '24 19:09 google-oss-bot

Yes the In App Messaging SDK is still in beta. There's an open issue at https://github.com/firebase/firebase-ios-sdk/issues/12810 tracking the documentation problem.

I'll close that one in favor of this one, since it's clearer.

To summarize, use pod 'FirebaseInAppMessaging', '> 11.2-beta' while the product is in beta.

paulb777 avatar Sep 18 '24 19:09 paulb777

I'm wondering why exactly Firebase In-App messaging is still in beta. Is there any functionality that still isn't perfected? Or is it a reliability issue?

kondayutarou avatar Oct 31 '24 00:10 kondayutarou