Amalkanti's Forum Posts

  • 11 posts
  • Both Playfab and Firebase are maintained by huge companies Microsoft and Google. So, in terms of reliability, they should be equally good.

    MySQL well, I couldnt rely on myself and didnt have time so I dropped that.

    Last time we used the Firebase Plugins by Sparsha for our social post-reply system. With Sparsha's help, I'm glad I managed to do it pretty quickly.

    His plugins are really good for both simple and difficult tasks.

    I heard Playfab plugins are also good. But I never tried that.

  • Okay. Nice

  • Hi, can someone explain me why we need the "DOMHandler Interface" even when we have the "DOMElementHandler Interface", and how to use "DOMHandler Interface"?

  • You do not have permission to view this post

  • You can try these plugins maybe. However these are paid. But the Developers provide great support.

    constructfirebase.com

    constructcollection.com

  • Whoa a new update, Thanks

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Dunno works good for me

  • I use One Dark Theme by Sparsha. Its really nice- sparsha-dhar.itch.io/one-dark-theme-c3

  • Hi, Thanks Sparsha. Maybe can I also use globalThis.Variable for making the variables global?

  • Actually I am using one plugin for loading API SDKs. This will be a Central Plugin. This plugin will contain all the property value like API-Keys and such to be entered by the user. Then the other plugins are named according to the Payment API I am using (for e.g.- Stripe).

    The First Plugin will also allow the data to be saved on a database easily and manage users.

    So instead of using the same code for the database again and again in each of the plugins I want to make this Central Plugin, that will have function and properties that any of the other plugins can call or use.

  • In general, plugins should not communicate with each other. It tends to be a brittle and inflexible design. What are you trying to do exactly? Normally there's a better way to do it.

    Hi, Ashley.

    I was wondering if declaring a global object would be a good idea. Like var amalkantiIP={} outside all blocks.

    I am using some Payment APIs.

    There will be several plugins and I want not to load everything. So I am dividing them into parts by making several plugins.

  • Hi, I am new to the SDK.

    I am making two plugins, and I want them to communicate with each other.

    How should I proceed in this case?

    Thankyou.

  • 11 posts