File tree Expand file tree Collapse file tree 18 files changed +19
-19
lines changed
abtesting/LegacyABTestingQuickstart
LegacyAnalyticsQuickstart
crashlytics/LegacyCrashlyticsQuickstart
functions/LegacyFunctionsQuickstart
storage/LegacyStorageQuickstart
swiftui/PasswordlessSwiftUI Expand file tree Collapse file tree 18 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1- platform :ios , '13 .0'
1+ platform :ios , '15 .0'
22
33target 'ABTestingExample' do
44 use_frameworks!
Original file line number Diff line number Diff line change 11# AnalyticsExample
22
33use_frameworks!
4- platform :ios , '13 .0'
4+ platform :ios , '15 .0'
55
66target 'AnalyticsExample' do
77 pod 'FirebaseAnalytics'
Original file line number Diff line number Diff line change 22pod 'FirebaseAnalytics'
33
44target 'AnalyticsExample' do
5- platform :ios , '13 .0'
5+ platform :ios , '15 .0'
66
77 # Comment the next line if you don't want to use dynamic frameworks
88 use_frameworks!
2828
2929
3030target 'AnalyticsExampleTV' do
31- platform :tvos , '13 .0'
31+ platform :tvos , '15 .0'
3232
3333 # Comment the next line if you don't want to use dynamic frameworks
3434 use_frameworks!
Original file line number Diff line number Diff line change 11# Uncomment the next line to define a global platform for your project
2- platform :ios , '13 .0'
2+ platform :ios , '15 .0'
33
44target 'AppDistributionExample' do
55 # Comment the next line if you don't want to use dynamic frameworks
Original file line number Diff line number Diff line change 11# AuthenticationExample
22
33use_frameworks!
4- platform :ios , '13 .0'
4+ platform :ios , '15 .0'
55pod 'FirebaseAnalytics'
66# [START auth_pod]
77pod 'FirebaseAuth'
Original file line number Diff line number Diff line change 11# Uncomment the next line to define a global platform for your project
2- platform :ios , '13 .0'
2+ platform :ios , '15 .0'
33
44target 'AuthenticationExample' do
55 # Comment the next line if you don't want to use dynamic frameworks
Original file line number Diff line number Diff line change 11# ConfigExample
22use_frameworks!
3- platform :ios , '13 .0'
3+ platform :ios , '15 .0'
44
55pod 'FirebaseRemoteConfig'
66
Original file line number Diff line number Diff line change 11# Uncomment the next line to define a global platform for your project
2- platform :ios , '13 .0'
2+ platform :ios , '15 .0'
33
44target 'ConfigExample' do
55 # Comment the next line if you don't want to use dynamic frameworks
Original file line number Diff line number Diff line change 11# CrashlyticsExample
22use_frameworks!
3- platform :ios , '13 .0'
3+ platform :ios , '15 .0'
44
55target 'CrashlyticsExample' do
66 pod 'FirebaseCrashlytics'
Original file line number Diff line number Diff line change 11# DatabaseExample
22
33use_frameworks!
4- platform :ios , '13 .0'
4+ platform :ios , '15 .0'
55
66def firebase_pods
77 pod 'FirebaseAuth'
You can’t perform that action at this time.
0 commit comments