Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 291 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 291 Bytes

FIREAIOT::iOS

Get Started

In order to run this app from source you have to create new file in the project called Env.swift, then include the below code and add your google maps api key.

import Foundation

struct Env {
    static let googleApiKey = "your_api_key"
}