Sparsha
35
Posts
4
Topics
68
Followers
8
Following
A member registered Jul 20, 2016 · View creator page →
Creator of
Analytics, Dynamic Links, Remote Config, Performance, Crashlytics for Construct 3
Create Chats, Post-reply, Friend request systems. Includes Templates & Plugin for your C3 editor.
Run in browser
Extended features and added Mobile support for Firebase Authentication.
Easily integrate Firebase functions with your Construct 3 project.
Run in browser
Recent community posts
Firebase BASIC Plugins for Construct 3 comments · Replied to jomego in Firebase BASIC Plugins for Construct 3 comments
Hi I guess this is the problem you are facing. You can find it here: Getting Started (constructdatabase.com)
Firebase Realtime-Database PRO for Construct 3 comments · Replied to Soe_Pardal in Firebase Realtime-Database PRO for Construct 3 comments
Hi you can use this plugin for multiplayer games as well as chat.
(Remember, you also need the Firebase BASIC Plugin Pack.)
Firebase BASIC Plugins for Construct 3 comments · Replied to QkyGames in Firebase BASIC Plugins for Construct 3 comments
Hi, do you mean you need Google Analytics?
Or do you just want to store some set of text in the database?
EDIT: Yes both are possible. For Analytics a new plugin pack is now available at: https://sparsha-dhar.itch.io/constructdatabase-pro-utilities
Firebase BASIC Plugins for Construct 3 comments · Replied to backbonemediaptyltd in Firebase BASIC Plugins for Construct 3 comments
Firebase BASIC Plugins for Construct 3 comments · Replied to Miguel dark in Firebase BASIC Plugins for Construct 3 comments
Firebase BASIC Plugins for Construct 3 comments · Replied to ZAmalk in Firebase BASIC Plugins for Construct 3 comments
Firebase BASIC Plugins for Construct 3 comments · Replied to Laserwolve Games in Firebase BASIC Plugins for Construct 3 comments
Firebase BASIC Plugins for Construct 3 comments · Replied to kajohnpon in Firebase BASIC Plugins for Construct 3 comments
Hi, its included in the package you purchased.
You just need to download Examples (03-May-21).zip.
(Also, I provide support in Discord. It's a great platform for Chats and Communities. Join Link: https://discord.gg/9FG9M224K3 )
Firebase BASIC Plugins for Construct 3 comments · Replied to KabutoCoder in Firebase BASIC Plugins for Construct 3 comments
Hi, if it works on desktop browser, it should work on mobile browsers too.
Also try using some other actions at your "every 2 second condition" and check if these actions work properly. If not, it might be a Construct 3's bug.
However, I would suggest you to turn on the "Sync" option for Read Actions instead of reading every two seconds.
(Well, you can contact me via Discord as I get notifications when someone messages me there. https://discord.gg/9FG9M224K3 )
itch.io Community » itch.io » Questions & Support · Replied to leafo in [Solved] Payout not recieved: "funds will be returned to the sender" - from Paypal
itch.io Community » itch.io » Questions & Support · Replied to No Time To Play in [Solved] Payout not recieved: "funds will be returned to the sender" - from Paypal
itch.io Community » itch.io » Questions & Support · Created a new topic [Solved] Payout not recieved: "funds will be returned to the sender" - from Paypal
Hi,
In my country Paypal receives payments only after upgrading to the Business account.
I got my payout sent to Paypal about 15 days ago. At that time I did not have the Paypal Business Account.
So I received an email from Paypal like this: "Before we can deposit the funds into your account, we need a bit more information about your account or recent transactions."...."Please provide the missing information by 28 January 2021, or the funds will be returned to the sender."
As soon as I received this email, I sought support from the Paypal community and upgraded my account to the Business one.
Now I am even receiving newer Payouts from itch. But my first Payout is not coming. :(
So my main Question is, if I do not receive the Payment from Paypal within 28th January 2021 and the funds are sent back to itch.io, how can I redeem my payment back?
(I had sent an email regarding this on 5th Jan, to itch support but didn't get any reply :( I know the support staff got really overwhelmed)
Thanks
itch.io Community » itch.io » Questions & Support · Replied to leafo in API Help! CORS: No 'access-control-allow-origin' header is present
itch.io Community » itch.io » Questions & Support · Created a new topic API Help! CORS: No 'access-control-allow-origin' header is present
Hi, I want to make a simple customized HTML Sign In page with only one Email Input and a Button and check if the user has actually purchased my app using data from this link: https://itch.io/api/1/KEY/game/CODE/purchases?email=EMAIL_ADDRESS_INPUT
Is it possible to get the data using an XMLhttp request?
I am currently getting the following error:
CORS: No 'access-control-allow-origin' header is present
Does itch provide some way to allow Fetch the data from my domain?
Thanks :)
itch.io Community » itch.io » Questions & Support · Replied to Afloof.dev in Tax Interview: "Do not enter a P.O. box or an in-care-of address"
itch.io Community » itch.io » Questions & Support · Created a new topic Tax Interview: "Do not enter a P.O. box or an in-care-of address"
Hi, I almost 20 years old and I need to complete the Tax Interview.
The Tax Interview Address Form says "Do not enter a P.O. box or an in-care-of address" . But I am still living in care of my father as I do not own a residence. In this case, how shall I proceed with the Tax Interview?
Thanks in advance.
Hi Hasan,
You can expect the release of early beta of Firebase Auth Pro this month. I guess you will be notified by itch when I upload the plugin as you have bought this one. Or, maybe you can Follow me on itch.
However I won't be releasing Firebase Realtime Database Pro soon enough as its quite a large project.
And sorry you had to search a lot. Here's the discord link! https://discord.gg/2cXyu9m
Thanks for supporting the plugin :D
Hi Hasan,
Thanks for transferring the conversation to itch.
Using the Firebase Basic version, you can only Sign up/in with Email & Password/Username & Password. You might have noticed ["Browser-only"] above action categories in C3 editor. Such actions are only supported in browser.
The other modes of auth will have support on Android and iOS in the Firebase Pro version (5$), which will be released soon.
(Often there are discussions on Discord about the upcoming Firebase Auth Pro. Click here to view demo)
Kind regards,
Sparsha
Firebase BASIC Plugins for Construct 3 community · Replied to KabutoCoder in Leaderboard for HTML5 and APK
Firebase BASIC Plugins for Construct 3 community · Replied to KabutoCoder in Leaderboard for HTML5 and APK
Yes you have to buy an upgrade for the Auth plugin separately. (It will be on this itch page, so you will have to pay extra around 4-5$ to gain access to the Auth Pro plugin file when it's available.)
There are several example c3p and Docs to support the plugins. Firebase is a bit complicated. So you can also join the Discord server for support.
Thankyou
Though this app doesn't provide full control over script files easily, it helped me understand how this whole plugin thing works. The generated plugins made me understand what each of the script files mean, their structure, and where to write codes so that it is visible in the C3 editor eventsheet and property bar and so that the whole thing works properly.
However, finally, C3 IDE by Piranha305 got me to the final version of my plugin because it allows full control over scripts, and makes it easier to test the scripts.
Thanks :)