1.1.1 • Published 6 years ago

gmana-snippets v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

GMana Firebase Snippets for VS Code

Usage

Type part of a snippet, press enter, and the snippet unfolds.

Firestore Snippets

SnippetPurpose
fs-ctorconstructor

Firestore Rule Snippets

SnippetPurpose
fsr-open-rulesFirestore test open rules
fsr-close-rulesFirestore test close rules
fsr-initInitial the cloud firestore rule
fsr-is-signed-inchecked the user is signed in or not
fsr-get-rolesreturn the current users entry in the roles collection
fsr-get-role-para-rscreturn the current users entry in the roles collection
fsr-has-rolecheck if the current user has a specific role
fsr-has-any-rolecheck if the current user has any of the the given roles (list)
fsr-is-one-of-rolescheck if the current user has any of the the given roles (list)

ReactJs Snippets

SnippetPurpose
r-afcReact - Arrow Function Component
r-afciReact - Arrow Function Component With Import
r-ccReact - Class Component
r-cciReact - Class Component With Import

ReactJs With Typescript Snippets

SnippetPurpose
r-imimport m from 'module';
r-imdimport {m} from 'module';
r-emexport default moduleName;
r-emdexport { m } from 'module';
r-iimport React from 'react';
r-icimport React, { Component } from 'react';
r-afcReact - Arrow Function Component
r-afciReact - Arrow Function Component With Import
1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago