We can create and use temporary anonymous accounts to authenticate with Firebase using Firebase Authentication. By using this we can allow users without signed up to your app to work with data protected by security rules. If later these anonymous user...
Post Top Ad
29 Sept 2017
27 Sept 2017
Authenticate with Firebase using Facebook Login on iOS - Swift 4
We can authenticate users with Firebase with their Facebook accounts by integrating Facebook Login.
This Article Covers Following Related questions :
Using Firebase to Integrate Facebook Login in iOS AppsFirebase Facebook Login and Authentication...
26 Sept 2017
Firebase Authentication using Email & Password - iOS, Swift
Now a days most of mobile developers are using Firebase in their projects.
For getting the data from Firebase we need to get authorization from Firebase. This can be done by Sign Up/Log In into Firebase.
There are different Sign Up/Log In providers.
In...
25 Sept 2017
could not find a valid GoogleService-Info.plist in your project - iOS, Swift, Objective-C
*** Terminating app due to uncaught exception 'com.firebase.core', reason: '`[FIRApp configure];` (`FirebaseApp.configure()` in Swift) could not find a valid GoogleService-Info.plist in your project. Please download one from https://console.firebase.google.com/.'***
Solution...
Firebase Tutorial - 1. Setting Up Google Firebase For iOS Projects
Prerequisites :
Xcode
7.0 or later for Objective-C
8.0 or later for Swift
Project targeting iOS 7 or above
Swift projects must use Swift 3.0 or later
CocoaPods 1.0.0 or later
Firebase :
Firebase helps you build better mobile apps...
21 Sept 2017
iOS 11[Swift 4] Navigation Bar With Large Titles and LargeTitleTextAttributes - Color & Font Customization
From iOS 11, Apple has changed Navigation Bar Titles to Large text.
Use a large title when you need to provide extra emphasis on context.
See Music app in iOS 11 Devices. Music uses large titles to differentiate content areas like...
20 Sept 2017
iOS 11 Officially Released By Apple. What's new in iOS 11 & Features.
For Download Settings -> General -> Software Update -> Download and Install.
iOS 11 is performance optimised for 64-bit apps. 32-bit apps will need
to be updated by the app developer to work with this version of iOS.
Supported...
19 Sept 2017
Color Literals & Image Literals Tutorial in Swift - iOS
Swift supports Both Color Literals & Image Literals. In this we will see how to use these literals.
This Article Covers Following Related questions :
how to add image literal to an array and show them?swift #imageliteralcolor literals xcode...
17 Sept 2017
Scan BarCode & QRCode With iPhone Camera Using Swift 4(AVFoundation) - iOS 11
Hello Guys! In this article we will dive in to Bar Code & Qr Code Scanner App. Here we doing both code scanning in single App. Apple introduced Av Foundation from iOS 7 to support reading bar codes. Apple supports all types of following codes:AVMetadataObjectTypeUPCECode...