在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:firebase/FirebaseUI-iOS开源软件地址:https://github.com/firebase/FirebaseUI-iOS开源编程语言:Objective-C 97.3%开源软件介绍:FirebaseUI for iOS — UI Bindings for FirebaseFirebaseUI is an open-source library for iOS that allows you to quickly connect common UI elements to the Firebase database for data storage, allowing views to be updated in realtime as they change, and providing simple interfaces for common tasks like displaying lists or collections of items. Additionally, FirebaseUI simplifies Firebase authentication by providing easy to use auth methods that integrate with common identity providers like Facebook, Twitter, and Google as well as allowing developers to use a built in headful UI for ease of development. FirebaseUI clients are also available for Android and web. Installing FirebaseUI for iOSFirebaseUI supports iOS 10.0+ and Xcode 11+. We recommend using CocoaPods, add
the following to your pod 'FirebaseUI', '~> 8.0' # Pull in all Firebase UI features If you don't want to use all of FirebaseUI, there are multiple subspecs which can selectively install subsets of the full feature set: # Only pull in Firestore features
pod 'FirebaseUI/Firestore', '~> 8.0'
# Only pull in Database features
pod 'FirebaseUI/Database', '~> 8.0'
# Only pull in Storage features
pod 'FirebaseUI/Storage', '~> 8.0'
# Only pull in Auth features
pod 'FirebaseUI/Auth', '~> 8.0'
# Only pull in Facebook login features
pod 'FirebaseUI/Facebook', '~> 8.0'
# Only pull in Google login features
pod 'FirebaseUI/Google', '~> 8.0'
# Only pull in Phone Auth login features
pod 'FirebaseUI/Phone', '~> 8.0' If you're including FirebaseUI in a Swift project, make sure you also have: platform :ios, '10.0'
use_frameworks! Otherwise, you can include the FirebaseUI Xcode project from this repo in your project. You also need to add the Firebase framework to your project. DocumentationThe READMEs for components of FirebaseUI can be found in their respective project folders. Local SetupIf you'd like to contribute to FirebaseUI for iOS, you'll need to run the following commands to get your environment set up: $ git clone https://github.com/firebase/FirebaseUI-iOS.git
$ cd FirebaseUI-iOS
$ cd Auth # or PhoneAuth, Database, etc
$ pod install Alternatively you can use Sample Project ConfigurationYou'll have to configure your Xcode project in order to run the samples.
Configure Apple Push NotificationsEnable silent push notifications in Xcode
Upload APNS Certificate to Firebase
Contributing to FirebaseUIContributor License AgreementsWe'd love to accept your sample apps and patches! Before we can take them, we have to jump a couple of legal hurdles. Please fill out either the individual or corporate Contributor License Agreement (CLA).
Follow either of the two links above to access the appropriate CLA and instructions for how to sign and return it. Once we receive it, we'll be able to accept your pull requests. Contribution Process
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论