In Xcode (for iOS devices), I can simply click on a button that says "new sticker pack app," and (magic!) there it is, no coding necessary. I just add images to it and upload it to the app store. Super simple!
Android now allows for stickers as well through Gboard.
However, as far as I can tell, you already need to have a sticker app in order to follow any of the directions I can find for adding it to Gboard. But how do you create a sticker app in the first place?
Take this wonderful line in both the above links: "To kick things off, you'll need to add the Firebase App Indexing library."
"Add?" Add to what?
I found this and downloaded it, thinking it might be a template or something. But I couldn't get it to run at all in Android Studio.
It does have these awesome instructions: "Get Google-service.json from your firebase project."
"Firebase project?" What firebase project?
How do I create a sticker pack app to which I can "add" the Firebase App Indexing library so that the sticker app will show up on Gboard? It's so easy in iOS!
Maybe Firebase has sticker pack templates or something, I thought. But they don't seem to as far as I can tell.
FWIW, I'm not opposed to writing code if necessary. It would just be nice to have some idea what code needs to be written! And where to put it!
A link to a start-with-nothing to finish-with-everything-and-upload-to-app-store tutorial would be absolutely fantastic. The only thing I really don't need help with at this point is making the PNGs!
Thanks in advance!