Skip to content

Instantly share code, notes, and snippets.

View MohaElder's full-sized avatar
🌍
Looking for World Peace

Yasushi Oh MohaElder

🌍
Looking for World Peace
View GitHub Profile
@MohaElder
MohaElder / Login.swift
Created January 26, 2024 08:35
Login With Apple in Swift with Firebase
// Created by Yasushi Oh on 1/22/24.
// Referenced from ChatGPT
//UI View with the Login button component
import SwiftUI
import AuthenticationServices
struct Login: View {
var body: some View {
VStack {