1.1.3 • Published 2 years ago

adnaan-ahmad v1.1.3

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years ago

Google SignIn

Google SignIn

<Google
    clientId = clientId
    apiKey = apiKey
    authDomain = authDomain
    projectId = projectId
    storageBucket= storageBucket
    messagingSenderId = messagingSenderId
    appId = appId
/>

Facebook SignIn

Facebook SignIn

<Facebook
    appId = appId
/>

Push Notification

<Notification />

Razorpay Payment Gateway

<PaymentGateway
    type = 'Razorpay'
    totalPayable = {Number}
    email = email
    mobileNumber = {mobileNumber}
    name = name
    color = color
/>