UNPKG

react-native-mosquito-transport

Version:

React native javascript sdk for mosquito-transport (https://github.com/brainbehindx/mosquito-transport)

27 lines (24 loc) 647 B
export const RETRIEVAL = { STICKY: 'sticky', STICKY_NO_AWAIT: 'sticky-no-await', STICKY_RELOAD: 'sticky-reload', DEFAULT: 'default', CACHE_AWAIT: 'cache-await', CACHE_NO_AWAIT: 'cache-no-await', NO_CACHE_NO_AWAIT: 'no-cache-no-await', NO_CACHE_AWAIT: 'no-cache-await' }; export const DELIVERY = { DEFAULT: 'default', CACHE_NO_AWAIT: 'cache-no-await', NO_CACHE_NO_AWAIT: 'no-cache-no-await', NO_CACHE_AWAIT: 'no-cache-await' }; export const AUTH_PROVIDER_ID = { GOOGLE: 'google', FACEBOOK: 'facebook', PASSWORD: 'password', TWITTER: 'x', GITHUB: 'github', APPLE: 'apple' };