Skip to content

Instantly share code, notes, and snippets.

View tunnela's full-sized avatar

Lauri Tunnela tunnela

View GitHub Profile
@tunnela
tunnela / README.md
Last active February 3, 2025 12:36
Webflow + Firebase user authentication

Webflow + Firebase user authentication

You can find a demo at https://webflow-authentication.webflow.io/sign-up.

1. Set up Firebase authentication

Log in to Firebase console. Create a new app and from the left side menu, under Develop, navigate to Authentication. Enable Email/Password sign-in provider. After this, create a Web application under the current Firebase project and copy the given firebaseConfig object.

2. Create Webflow pages

@tunnela
tunnela / main.scss
Last active October 17, 2015 08:05
How Sassiin was used in Drobbits.com
@charset "UTF-8";
@import "sassiin/_sassiin.scss"; // @see https://github.com/tunnela/sassiin
@import "_helpers.scss";
@include breakpoint(typo-s, 360);
@include breakpoint(typo-m, 430);
@include breakpoint(typo-l, 560);
@include breakpoint(typo-xl, 620);
@include breakpoint(s, 760);