Skip to content

Instantly share code, notes, and snippets.

View dhaneshgosai's full-sized avatar
🤝
Nothing is impossible | Code ~> Run ~> Test ~> Achieve

CodeChanger dhaneshgosai

🤝
Nothing is impossible | Code ~> Run ~> Test ~> Achieve
  • Pune,Maharastra,India.
View GitHub Profile
//
// ItunesAppInfoItunes.swift
//
// Created by CodeChanger on 03/11/19.
// Copyright © 2019 CodeChanger. All rights reserved.
//
import Foundation
//
// ItunesAppInfoResult.swift
//
// Created by CodeChanger on 03/11/19.
// Copyright © 2019 CodeChanger. All rights reserved.
//
import Foundation
@dhaneshgosai
dhaneshgosai / AppStoreUpdate.swift
Last active April 27, 2023 09:29
This Gist Class for Checking App Store version with local version.
//
// AppStoreUpdate.swift
//
// Created by CodeChanger on 03/11/19.
// Copyright © 2019 CodeChanger. All rights reserved.
//
import UIKit
enum CustomError: Error {
@dhaneshgosai
dhaneshgosai / FirebasePhoneAuthIonicV3.md
Created March 12, 2019 13:02 — forked from kkrishnan90/FirebasePhoneAuthIonicV3.md
Firebase Phone Auth using Ionic V3 - Sending and reading OTP

General Steps to be followed as a flow process to complete Firebase Phone OTP Auth in Ionic V3

Step 1 : Get the phone number through input from the user. Step 2 : Pass this phone number to the firebase and receive a callback with verification ID. Step 3 : Pass on this verification ID through navParams to the next page where the user will enter the OTP sent to the entered mobile number. Step 4 : Verify the OTP that is sent with firebase for success() or failure() .

STEP 1 & 2 & 3

phone-verification.html