Skip to content

Instantly share code, notes, and snippets.

View rphlfc's full-sized avatar
🏠
Working from home

Raphael Cerqueira rphlfc

🏠
Working from home
View GitHub Profile
@rphlfc
rphlfc / PRIVACY_POLICY.md
Created November 8, 2025 16:20
Privacy Policy for Tabs

Privacy Policy for Tabs

Last Updated: January 2025

Introduction

Tabs ("we", "our", or "us") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, and safeguard your information when you use our mobile application ("App").

Information We Collect

@rphlfc
rphlfc / FirebaseImage.swift
Created February 24, 2021 12:29
SwiftUI view for downloading an image from Firebase Storage using SDWebImageSwiftUI
//
// FirebaseImage.swift
// AlumniStatusLounge
//
// Created by Raphael Cerqueira on 23/02/21.
//
import SwiftUI
import FirebaseStorage
import SDWebImageSwiftUI