Hi, with Railway the Moralis Application ID and Master Key will be deprecated and not necessary any more from 1st of April?
Will be necessary only the API Key?
In the cloud functions, for queries on collections without permission write and read e.g.:
await query.find({ useMasterKey: true });
await query.save(null, { useMasterKey: true });
what master key should be used?